.gitignore
.releaserc.json
LICENSE
README.md
deploy.sh
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/tests.yaml
pollination/five_phase/__init__.py
pollination/five_phase/entry.py
pollination/five_phase/direct_sunlight/__init__.py
pollination/five_phase/direct_sunlight/_raytracing.py
pollination/five_phase/direct_sunlight/entry.py
pollination/five_phase/three_phase/__init__.py
pollination/five_phase/three_phase/_daylight_matrix.py
pollination/five_phase/three_phase/_multiply_matrix.py
pollination/five_phase/three_phase/_view_matrix.py
pollination/five_phase/three_phase/calculation.py
pollination/five_phase/three_phase/preparation.py
pollination/five_phase/two_phase/__init__.py
pollination/five_phase/two_phase/_raytracing.py
pollination/five_phase/two_phase/entry.py
pollination_five_phase.egg-info/PKG-INFO
pollination_five_phase.egg-info/SOURCES.txt
pollination_five_phase.egg-info/dependency_links.txt
pollination_five_phase.egg-info/not-zip-safe
pollination_five_phase.egg-info/requires.txt
pollination_five_phase.egg-info/top_level.txt
tests/__init__.py
tests/validation_test.py