The internal Python package is still named thrivesight_core for backward compatibility of imports. Since nothing currently imports it externally (the only consumers would have been reflect-api and the defunct polity-api, and they didn't), this is a low-risk rename.
Steps:
git mv thrivesight_core reflect_core
- Update
pyproject.toml [project] name to reflect-core
- Update all internal imports inside the package
- Update
__init__.py comment block (remove "Zone 1 IP (private)" — no longer accurate)
- Bump version to 0.2.0 and tag
The internal Python package is still named
thrivesight_corefor backward compatibility of imports. Since nothing currently imports it externally (the only consumers would have been reflect-api and the defunct polity-api, and they didn't), this is a low-risk rename.Steps:
git mv thrivesight_core reflect_corepyproject.toml[project] nametoreflect-core__init__.pycomment block (remove "Zone 1 IP (private)" — no longer accurate)