README.md
pyproject.toml
setup.py
astroinsight/__init__.py
astroinsight/client.py
astroinsight/config.py
astroinsight/exceptions.py
astroinsight/http.py
astroinsight/models/__init__.py
astroinsight/models/birth_details.py
astroinsight/models/geo_location.py
astroinsight/models/match_input.py
astroinsight/services/__init__.py
astroinsight/services/chinese_astrology.py
astroinsight/services/geo.py
astroinsight/services/horoscope.py
astroinsight/services/tarot.py
astroinsight/services/vedic/__init__.py
astroinsight/services/vedic/ashtakvarga.py
astroinsight/services/vedic/astro_details.py
astroinsight/services/vedic/biorhythm.py
astroinsight/services/vedic/char_dasha.py
astroinsight/services/vedic/horoscope_chart.py
astroinsight/services/vedic/horoscope_dosha.py
astroinsight/services/vedic/jaimini.py
astroinsight/services/vedic/kp.py
astroinsight/services/vedic/lal_kitab.py
astroinsight/services/vedic/life_report.py
astroinsight/services/vedic/match_making.py
astroinsight/services/vedic/muhurta.py
astroinsight/services/vedic/numerology.py
astroinsight/services/vedic/panchang.py
astroinsight/services/vedic/suggestions.py
astroinsight/services/vedic/varshaphal.py
astroinsight/services/vedic/vimshottari_dasha.py
astroinsight/services/vedic/yogini_dasha.py
astroinsight/services/western/__init__.py
astroinsight/services/western/natal_astrology.py
astroinsight/services/western/solar_return.py
astroinsight/services/western/transit.py
astroinsight/services/western/transit_chart.py
astroinsight/services/western/western_numerology.py
astroinsight/services/western/zodiac.py
astroinsight_python_sdk.egg-info/PKG-INFO
astroinsight_python_sdk.egg-info/SOURCES.txt
astroinsight_python_sdk.egg-info/dependency_links.txt
astroinsight_python_sdk.egg-info/requires.txt
astroinsight_python_sdk.egg-info/top_level.txt
tests/__init__.py
tests/test_client.py
tests/test_tarot.py
tests/test_vedic.py