.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
README.ru.md
README_PYPI.md
pyproject.toml
astrageek/__init__.py
astrageek.egg-info/PKG-INFO
astrageek.egg-info/SOURCES.txt
astrageek.egg-info/dependency_links.txt
astrageek.egg-info/entry_points.txt
astrageek.egg-info/requires.txt
astrageek.egg-info/top_level.txt
astrageek/catalogs/__init__.py
astrageek/catalogs/constellations/__init__.py
astrageek/catalogs/constellations/constellation_centers.json
astrageek/catalogs/constellations/constellations_data.json
astrageek/catalogs/constellations/constellations_data.py
astrageek/catalogs/constellations/example_constellation_contours.py
astrageek/catalogs/constellations/index.json
astrageek/catalogs/constellations/parse_index.py
astrageek/catalogs/hip/__init__.py
astrageek/catalogs/hip/hip_catalog.py
astrageek/catalogs/hip/hip_data.tsv
astrageek/catalogs/messier/__init__.py
astrageek/catalogs/messier/messier_catalog.py
astrageek/catalogs/messier/messier_example.py
astrageek/catalogs/planets/__init__.py
astrageek/catalogs/planets/planet_catalog.py
astrageek/helpers/__init__.py
astrageek/helpers/cli/__init__.py
astrageek/helpers/cli/cli.py
astrageek/helpers/constellations/__init__.py
astrageek/helpers/constellations/constellation_renderer_pinhole.py
astrageek/helpers/constellations/constellation_renderer_stereo.py
astrageek/helpers/geometry/__init__.py
astrageek/helpers/geometry/geometry.py
astrageek/helpers/pdf_helpers/__init__.py
astrageek/helpers/pdf_helpers/favicon.jpg
astrageek/helpers/pdf_helpers/figure2pdf.py
astrageek/helpers/pdf_helpers/figure2pdf_example.py
astrageek/helpers/pdf_helpers/logo_astrageek.png
astrageek/helpers/time/__init__.py
astrageek/helpers/time/time.py
astrageek/helpers/time/time_example.py
astrageek/interface/__init__.py
astrageek/interface/cli.py
astrageek/messier_game/__init__.py
astrageek/messier_game/game.py
astrageek/projections/__init__.py
astrageek/projections/cylindric/__init__.py
astrageek/projections/cylindric/cylidric_projector.py
astrageek/projections/cylindric/example_basic.py
astrageek/projections/pinhole/__init__.py
astrageek/projections/pinhole/pinhole_projection_example.py
astrageek/projections/pinhole/pinhole_projector.py
astrageek/projections/pinhole/samples_generator.py
astrageek/projections/stereographic/__init__.py
astrageek/projections/stereographic/constellation_example.py
astrageek/projections/stereographic/samples_generator.py
astrageek/projections/stereographic/stereographic_projector.py
astrageek/projections/stereographic/stereographic_projector_example.py
astrageek/scenarios/__init__.py
astrageek/scenarios/cylindric_planets_movement.py
astrageek/scenarios/pinhole_plane_animation.py
astrageek/scenarios/static_retrograde_movement.py