.gitignore
.readthedocs.yml
LICENSE
README.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/documentation.rst
docs/source/index.md
docs/source/installation.md
docs/source/whatsnew.md
src/solposx/__init__.py
src/solposx/tools.py
src/solposx.egg-info/PKG-INFO
src/solposx.egg-info/SOURCES.txt
src/solposx.egg-info/dependency_links.txt
src/solposx.egg-info/requires.txt
src/solposx.egg-info/top_level.txt
src/solposx/refraction/__init__.py
src/solposx/refraction/hughes.py
src/solposx/solarposition/__init__.py
src/solposx/solarposition/iqbal.py
tests/__init__.py
tests/conftest.py
tests/test_refraction.py
tests/test_solarposition.py
tests/test_tools.py