.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements_dev.txt
.github/workflows/publish-to-pypi.yml
docs/api_reference.md
docs/equation_of_time.ipynb
docs/index.md
docs/sundial.ipynb
docs/sundial_plots.ipynb
docs/javascripts/katex.js
src/analemma/__init__.py
src/analemma/geometry.py
src/analemma/orbit.py
src/analemma/plot.py
src/analemma.egg-info/PKG-INFO
src/analemma.egg-info/SOURCES.txt
src/analemma.egg-info/dependency_links.txt
src/analemma.egg-info/requires.txt
src/analemma.egg-info/top_level.txt
tests/test_geometry.py