LICENSE
MANIFEST.in
README.md
pyproject.toml
src/pyplants/__init__.py
src/pyplants.egg-info/PKG-INFO
src/pyplants.egg-info/SOURCES.txt
src/pyplants.egg-info/dependency_links.txt
src/pyplants.egg-info/requires.txt
src/pyplants.egg-info/top_level.txt
src/pyplants/core/__init__.py
src/pyplants/core/base.py
src/pyplants/core/context.py
src/pyplants/data/__init__.py
src/pyplants/data/mills_pm.csv
src/pyplants/data/nhh_reproductive.csv
src/pyplants/data/nhh_vegetative.csv
src/pyplants/diseases/__init__.py
src/pyplants/diseases/common.py
src/pyplants/diseases/grape/__init__.py
src/pyplants/diseases/grape/dm.py
src/pyplants/diseases/grape/gm.py
src/pyplants/diseases/grape/pm.py
src/pyplants/phenology/__init__.py
src/pyplants/phenology/iphen.py
src/pyplants/phenology/scales.py
src/pyplants/utils/__init__.py
src/pyplants/utils/helpers.py
src/pyplants/utils/nhh.py
src/pyplants/utils/plants.py
tests/__init__.py
tests/helpers.py
tests/test_base.py