.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/changelog.md
docs/common.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/simpest.md
docs/usage.md
docs/examples/intro.ipynb
docs/examples/simpest_workflow_example.ipynb
docs/overrides/main.html
simpest/__init__.py
simpest/common.py
simpest/simpest.py
simpest.egg-info/PKG-INFO
simpest.egg-info/SOURCES.txt
simpest.egg-info/dependency_links.txt
simpest.egg-info/entry_points.txt
simpest.egg-info/requires.txt
simpest.egg-info/top_level.txt
simpest/models/__init__.py
simpest/models/fr_crop_model.py
simpest/models/fr_crop_parameters.json
simpest/models/fr_data.py
simpest/models/fr_disease_model.py
simpest/models/fr_disease_parameters.json
simpest/models/fr_fungicide_model.py
simpest/models/fr_fungicide_parameters.json
simpest/models/fr_optimizer.py
simpest/models/fr_param_reader.py
simpest/models/fr_reference_reader.py
simpest/models/fr_runner.py
simpest/models/fr_utilities.py
simpest/models/fr_weather_reader.py
simpest/models/franchestyn.py
simpest/models/simplace.py
tests/__init__.py
tests/test_simpest.py