.gitignore
.pre-commit-config.yaml
DOCUMENTATION.md
LICENSE
README.md
README.ru.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.idea/.gitignore
.idea/AstraGeek.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
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
docs/.buildinfo
docs/.nojekyll
docs/cli.html
docs/code.html
docs/genindex.html
docs/index.html
docs/installation.html
docs/objects.inv
docs/py-modindex.html
docs/quickstart.html
docs/search.html
docs/searchindex.js
docs/_images/image_1.png
docs/_images/image_2.png
docs/_images/image_3.png
docs/_images/image_4.png
docs/_sources/cli.rst.txt
docs/_sources/code.rst.txt
docs/_sources/index.rst.txt
docs/_sources/installation.rst.txt
docs/_sources/modules.rst.txt
docs/_sources/quickstart.rst.txt
docs/_static/base-stemmer.js
docs/_static/basic.css
docs/_static/check-solid.svg
docs/_static/clipboard.min.js
docs/_static/copy-button.svg
docs/_static/copybutton.css
docs/_static/copybutton.js
docs/_static/copybutton_funcs.js
docs/_static/debug.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/english-stemmer.js
docs/_static/file.png
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/skeleton.css
docs/_static/sphinx_highlight.js
docs/_static/examples/example_1.pdf
docs/_static/examples/example_2.pdf
docs/_static/examples/example_3.pdf
docs/_static/examples/example_4.pdf
docs/_static/images/image_1.png
docs/_static/images/image_2.png
docs/_static/images/image_3.png
docs/_static/images/image_4.png
docs/_static/scripts/furo-extensions.js
docs/_static/scripts/furo.js
docs/_static/scripts/furo.js.LICENSE.txt
docs/_static/scripts/furo.js.map
docs/_static/styles/furo-extensions.css
docs/_static/styles/furo-extensions.css.map
docs/_static/styles/furo.css
docs/_static/styles/furo.css.map
sphinx/Makefile
sphinx/cli.rst
sphinx/conf.py
sphinx/index.rst
sphinx/installation.rst
sphinx/make.bat
sphinx/quickstart.rst
sphinx/_build/doctrees/environment.pickle
sphinx/_build/doctrees/index.doctree
sphinx/_build/html/.buildinfo
sphinx/_build/html/genindex.html
sphinx/_build/html/index.html
sphinx/_build/html/objects.inv
sphinx/_build/html/search.html
sphinx/_build/html/searchindex.js
sphinx/_build/html/_sources/index.rst.txt
sphinx/_build/html/_static/base-stemmer.js
sphinx/_build/html/_static/basic.css
sphinx/_build/html/_static/doctools.js
sphinx/_build/html/_static/documentation_options.js
sphinx/_build/html/_static/english-stemmer.js
sphinx/_build/html/_static/file.png
sphinx/_build/html/_static/language_data.js
sphinx/_build/html/_static/minus.png
sphinx/_build/html/_static/plus.png
sphinx/_build/html/_static/pygments.css
sphinx/_build/html/_static/searchtools.js
sphinx/_build/html/_static/sphinx_highlight.js
sphinx/_static/examples/example_1.pdf
sphinx/_static/examples/example_2.pdf
sphinx/_static/examples/example_3.pdf
sphinx/_static/examples/example_4.pdf
sphinx/_static/images/image_1.png
sphinx/_static/images/image_2.png
sphinx/_static/images/image_3.png
sphinx/_static/images/image_4.png
src/__init__.py
src/constellations_metadata/__init__.py
src/constellations_metadata/constellations_data.py
src/constellations_metadata/example_constellation_contours.py
src/constellations_metadata/lines_data.json
src/cylindric_projection/__init__.py
src/cylindric_projection/cylidric_projector.py
src/cylindric_projection/example_basic.py
src/game/__init__.py
src/game/game_documentation.md
src/game/question_factory.py
src/game/scoring.py
src/game/session.py
src/helpers/__init__.py
src/helpers/cli/__init__.py
src/helpers/cli/cli.py
src/helpers/constellations/__init__.py
src/helpers/constellations/constellation_renderer_pinhole.py
src/helpers/constellations/constellation_renderer_stereo.py
src/helpers/geometry/__init__.py
src/helpers/geometry/geometry.py
src/helpers/pdf_helpers/__init__.py
src/helpers/pdf_helpers/favicon.jpg
src/helpers/pdf_helpers/figure2pdf.py
src/helpers/pdf_helpers/figure2pdf_example.py
src/helpers/pdf_helpers/logo_astrageek.png
src/helpers/time/__init__.py
src/helpers/time/time.py
src/helpers/time/time_example.py
src/hip_catalog/__init__.py
src/hip_catalog/hip_catalog.py
src/hip_catalog/hip_data.tsv
src/interface/__init__.py
src/interface/cli.py
src/messier/__init__.py
src/messier/messier_catalog.py
src/messier/messier_example.py
src/messier_pygame/__init__.py
src/messier_pygame/game.py
src/pinhole_projection/__init__.py
src/pinhole_projection/pinhole_local_logo.pdf
src/pinhole_projection/pinhole_projection_example.py
src/pinhole_projection/pinhole_projector.py
src/pinhole_projection/samples_generator.py
src/planets_catalog/__init__.py
src/planets_catalog/planet_catalog.py
src/scenarios/__init__.py
src/scenarios/cylindric_planets_movement.py
src/scenarios/pinhole_plane_animation.py
src/scenarios/static_retrograde_movement.py
src/stereographic_projection/__init__.py
src/stereographic_projection/constellation_example.py
src/stereographic_projection/samples_generator.py
src/stereographic_projection/stereographic_projector.py
src/stereographic_projection/stereographic_projector_example.py
src/web/app.py
src/web/game_blueprint.py
src/web/messier_api.py
src/web/messier_blueprint.py
src/web/public_html/game_constellation.html
src/web/public_html/game_draw.html
src/web/public_html/game_messier.html
src/web/public_html/game_star.html
src/web/public_html/game_trivia.html
src/web/public_html/games.html
src/web/public_html/generator.html
src/web/public_html/index.html
src/web/public_html/messier.html