LICENSE
README.md
pyproject.toml
requirements.txt
src/pyholos/__init__.py
src/pyholos/common.py
src/pyholos/common2.py
src/pyholos/config.py
src/pyholos/core_constants.py
src/pyholos/defaults.py
src/pyholos/launching.py
src/pyholos/soil.py
src/pyholos/utils.py
src/pyholos/version.py
src/pyholos.egg-info/PKG-INFO
src/pyholos.egg-info/SOURCES.txt
src/pyholos.egg-info/dependency_links.txt
src/pyholos.egg-info/requires.txt
src/pyholos.egg-info/top_level.txt
src/pyholos/components/__init__.py
src/pyholos/components/common.py
src/pyholos/components/animals/__init__.py
src/pyholos/components/animals/beef.py
src/pyholos/components/animals/common.py
src/pyholos/components/animals/dairy.py
src/pyholos/components/animals/sheep.py
src/pyholos/components/land_management/__init__.py
src/pyholos/components/land_management/common.py
src/pyholos/components/land_management/crop.py
src/pyholos/components/land_management/field_system.py
src/pyholos/components/land_management/utils.py
src/pyholos/components/land_management/carbon/__init__.py
src/pyholos/components/land_management/carbon/climate.py
src/pyholos/components/land_management/carbon/management.py
src/pyholos/components/land_management/carbon/relative_biomass_information.py
src/pyholos/components/land_management/carbon/tillage.py
src/pyholos/farm/__init__.py
src/pyholos/farm/enums.py
src/pyholos/farm/farm.py
src/pyholos/farm/farm_inputs.py
src/pyholos/farm/farm_settings.py
src/pyholos/postprocessing/__init__.py
src/pyholos/postprocessing/plots.py
src/pyholos/postprocessing/postprocessing.py
src/pyholos/resources/holos/main_tables.py
tests/test_common.py
tests/test_common2.py
tests/test_config.py
tests/test_defaults.py
tests/test_launching.py
tests/test_soil.py
tests/test_utils.py