CHANGELOG.md
CITATION.cff
LICENSE
MANIFEST.in
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
docs/CALCULATION_PROFILES.md
docs/EPHEMERIS_AND_ASTEROIDS.md
docs/EPHEMERIS_DATA.md
docs/HOUSE_REFERENCE_METHODOLOGY.md
docs/HOUSE_SYSTEMS.md
docs/JPL_DATA.md
docs/JPL_REFERENCE_METHODOLOGY.md
docs/PATTERNS.md
docs/PROGRESSIONS.md
docs/PUBLIC_GOLDEN_TESTS.md
docs/RELOCATION_AND_ACG.md
docs/SIDEREAL.md
docs/TRANSFORMS.md
docs/TRANSITS.md
scripts/fetch-ephemeris.sh
src/gbc_astro/__init__.py
src/gbc_astro/__main__.py
src/gbc_astro/chart.py
src/gbc_astro/cli.py
src/gbc_astro/constants.py
src/gbc_astro/engine.py
src/gbc_astro/errors.py
src/gbc_astro/exceptions.py
src/gbc_astro.egg-info/PKG-INFO
src/gbc_astro.egg-info/SOURCES.txt
src/gbc_astro.egg-info/dependency_links.txt
src/gbc_astro.egg-info/entry_points.txt
src/gbc_astro.egg-info/requires.txt
src/gbc_astro.egg-info/top_level.txt
src/gbc_astro/api/__init__.py
src/gbc_astro/api/app.py
src/gbc_astro/api/auth.py
src/gbc_astro/api/dependencies.py
src/gbc_astro/api/errors.py
src/gbc_astro/api/export_openapi.py
src/gbc_astro/api/models.py
src/gbc_astro/api/responses.py
src/gbc_astro/api/routes/__init__.py
src/gbc_astro/api/routes/forecast.py
src/gbc_astro/api/routes/health.py
src/gbc_astro/api/routes/natal.py
src/gbc_astro/api/routes/professional.py
src/gbc_astro/api/routes/relationship.py
src/gbc_astro/aspects/__init__.py
src/gbc_astro/aspects/engine.py
src/gbc_astro/astronomy/__init__.py
src/gbc_astro/astronomy/circular.py
src/gbc_astro/astronomy/provider_time.py
src/gbc_astro/astronomy/time.py
src/gbc_astro/charts/__init__.py
src/gbc_astro/charts/astrocartography.py
src/gbc_astro/charts/ephemeris.py
src/gbc_astro/derived/__init__.py
src/gbc_astro/derived/balances.py
src/gbc_astro/derived/moon_phase.py
src/gbc_astro/derived/patterns.py
src/gbc_astro/derived/points.py
src/gbc_astro/derived/rulership.py
src/gbc_astro/forecast/__init__.py
src/gbc_astro/forecast/relationship.py
src/gbc_astro/forecast/returns.py
src/gbc_astro/forecast/transits.py
src/gbc_astro/houses/__init__.py
src/gbc_astro/houses/base.py
src/gbc_astro/houses/equal.py
src/gbc_astro/houses/swiss.py
src/gbc_astro/houses/systems.py
src/gbc_astro/houses/whole_sign.py
src/gbc_astro/models/__init__.py
src/gbc_astro/models/aspect.py
src/gbc_astro/models/chart.py
src/gbc_astro/models/enums.py
src/gbc_astro/models/forecast.py
src/gbc_astro/models/input.py
src/gbc_astro/models/position.py
src/gbc_astro/models/relationship.py
src/gbc_astro/models/rulership.py
src/gbc_astro/models/transform.py
src/gbc_astro/profiles/__init__.py
src/gbc_astro/profiles/ayanamsa.py
src/gbc_astro/profiles/defaults.py
src/gbc_astro/profiles/dimensions.py
src/gbc_astro/profiles/model.py
src/gbc_astro/profiles/pattern.py
src/gbc_astro/profiles/points.py
src/gbc_astro/profiles/progression.py
src/gbc_astro/profiles/ranking.py
src/gbc_astro/profiles/relationship_patterns.py
src/gbc_astro/profiles/relationship_timing.py
src/gbc_astro/profiles/relationship_types.py
src/gbc_astro/profiles/report.py
src/gbc_astro/profiles/rulership.py
src/gbc_astro/profiles/scoring.py
src/gbc_astro/profiles/synastry.py
src/gbc_astro/profiles/transit.py
src/gbc_astro/providers/__init__.py
src/gbc_astro/providers/asteroids.py
src/gbc_astro/providers/base.py
src/gbc_astro/providers/jpl.py
src/gbc_astro/providers/normalization.py
src/gbc_astro/providers/swiss.py
src/gbc_astro/providers/swiss_manifest.py
src/gbc_astro/relationship/__init__.py
src/gbc_astro/relationship/composite.py
src/gbc_astro/relationship/davison.py
src/gbc_astro/relationship/directional.py
src/gbc_astro/relationship/patterns.py
src/gbc_astro/relationship/points.py
src/gbc_astro/relationship/report.py
src/gbc_astro/relationship/scoring.py
src/gbc_astro/relationship/synastry.py
src/gbc_astro/search/__init__.py
src/gbc_astro/search/events.py
src/gbc_astro/search/solver.py
src/gbc_astro/transforms/__init__.py
src/gbc_astro/transforms/draconic.py
src/gbc_astro/transforms/harmonic.py
src/gbc_astro/transforms/progressions.py
src/gbc_astro/transforms/relocation.py
src/gbc_astro/validation/__init__.py
src/gbc_astro/validation/astronomy.py
src/gbc_astro/validation/ayanamsa.py
src/gbc_astro/validation/chiron.py
src/gbc_astro/validation/corpus.py
src/gbc_astro/validation/differential.py
src/gbc_astro/validation/fixtures.py
src/gbc_astro/validation/geometry.py
src/gbc_astro/validation/geometry_parity.py
src/gbc_astro/validation/houses_parity.py
src/gbc_astro/validation/reference.py
src/gbc_astro/validation/reproducibility.py
src/gbc_astro/validation/tolerance.py
src/gbc_astro/zodiac/__init__.py
src/gbc_astro/zodiac/sidereal.py
src/gbc_astro/zodiac/tropical.py
tests/__init__.py
tests/helpers.py
tests/differential/__init__.py
tests/differential/test_chiron_parity.py
tests/differential/test_compare_natal.py
tests/differential/test_geometry_parity.py
tests/differential/test_node_reference.py
tests/edge_cases/__init__.py
tests/edge_cases/test_hostile_corpus.py
tests/fixtures/chiron_horizons_reference.json
tests/fixtures/hostile_natal_cases.json
tests/fixtures/public_golden_cases.json
tests/golden/__init__.py
tests/golden/test_public_golden_cases.py
tests/golden/test_relationship_golden.py
tests/golden/test_swiss_natal.py
tests/integration/__init__.py
tests/integration/test_davison.py
tests/integration/test_dimensions.py
tests/integration/test_directional.py
tests/integration/test_engine_natal.py
tests/integration/test_ephemeris_asteroids.py
tests/integration/test_forecast.py
tests/integration/test_house_systems.py
tests/integration/test_points.py
tests/integration/test_progressions.py
tests/integration/test_relationship.py
tests/integration/test_relationship_patterns.py
tests/integration/test_relocation_acg.py
tests/integration/test_report.py
tests/integration/test_rulership.py
tests/integration/test_scoring.py
tests/integration/test_sidereal.py
tests/integration/test_synastry_identity.py
tests/integration/test_timing.py
tests/integration/test_transforms.py
tests/integration/test_transit_profile.py
tests/integration/test_zodiac_coherence.py
tests/package/__init__.py
tests/package/test_public_api.py
tests/unit/__init__.py
tests/unit/test_aspects.py
tests/unit/test_circular.py
tests/unit/test_composite_midpoint.py
tests/unit/test_derived.py
tests/unit/test_geometry_reference.py
tests/unit/test_house_provider.py
tests/unit/test_houses.py
tests/unit/test_input_validation.py
tests/unit/test_patterns.py
tests/unit/test_property_invariants.py
tests/unit/test_provider_normalization.py
tests/unit/test_provider_scaffolds.py
tests/unit/test_provider_time.py
tests/unit/test_reproducibility.py
tests/unit/test_solver.py
tests/unit/test_swiss_manifest.py
tests/unit/test_time.py
tests/unit/test_zodiac.py