.gitignore
HISTORY.rst
LICENSE.txt
README.md
TODO.md
environment.yml
pixi.lock
pixi.toml
pyproject.toml
.github/workflows/build-conda.yml
.github/workflows/publish-docs.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/runtests.yml
docs/api.rst
docs/apsimx.rst
docs/cli.rst
docs/conf.py
docs/dev.rst
docs/index.rst
docs/intro.rst
docs/models.rst
docs/usage.rst
recipe/recipe.yaml
simulatr/__init__.py
simulatr/__main__.py
simulatr/_version.py
simulatr/apsimx.py
simulatr/base.py
simulatr/cli.py
simulatr/config.py
simulatr/crop.py
simulatr/utils.py
simulatr.egg-info/PKG-INFO
simulatr.egg-info/SOURCES.txt
simulatr.egg-info/dependency_links.txt
simulatr.egg-info/entry_points.txt
simulatr.egg-info/requires.txt
simulatr.egg-info/top_level.txt
simulatr/data/AutoHarvest.json
simulatr/data/AutoSow.json
simulatr/data/Clock.json
simulatr/data/Fertilize.json
simulatr/data/Irrigate.json
simulatr/data/MicroClimate.json
simulatr/data/SowOrHarvestByDate.json
simulatr/data/Summary.json
simulatr/data/Synchroniser.json
simulatr/data/Weather.json
simulatr/data/WeedCycle.json
tests/conftest.py
tests/test_engine.py