.gitignore
.readthedocs.yaml
LICENSE
README.md
codecov.yml
pyproject.toml
requirements.txt
.github/workflows/build.yml
.github/workflows/check_docs.yml
.github/workflows/coverage_report.yml
.github/workflows/release_pip.yml
.settings/.gitignore
docs/Makefile
docs/build_all.sh
docs/requirements.txt
docs/source/.gitignore
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/run_autodoc.py
docs/source/sphinx_simplify_typehints.py
docs/source/structure.rst
examples/io_hdf.py
examples/io_json.py
examples/io_yaml.py
examples/model_class.py
examples/model_decorator.py
examples/model_function.py
examples/read_many.py
examples/script_custom_func.py
examples/script_function.py
examples/script_many_classes.py
examples/script_minimal.py
examples/script_model_class.py
examples/submit_function.py
examples/submit_many_func.py
examples/submit_many_iter.py
examples/submit_shebang.py
modelrunner/__init__.py
modelrunner/__main__.py
modelrunner/_version.py
modelrunner/model.py
modelrunner/parameters.py
modelrunner/py.typed
modelrunner/results.py
modelrunner/run/__init__.py
modelrunner/run/__main__.py
modelrunner/run/job.py
modelrunner/run/templates/background.template
modelrunner/run/templates/foreground.template
modelrunner/run/templates/qsub.template
modelrunner/state/__init__.py
modelrunner/state/array.py
modelrunner/state/array_collection.py
modelrunner/state/base.py
modelrunner/state/dict.py
modelrunner/state/io.py
modelrunner/state/object.py
modelrunner/state/trajectory.py
py_modelrunner.egg-info/PKG-INFO
py_modelrunner.egg-info/SOURCES.txt
py_modelrunner.egg-info/dependency_links.txt
py_modelrunner.egg-info/not-zip-safe
py_modelrunner.egg-info/requires.txt
py_modelrunner.egg-info/top_level.txt
scripts/create_compatibility_files.py
scripts/format_code.sh
scripts/performance_hdf5_zarr.py
scripts/run_tests.py
scripts/tests_all.sh
scripts/tests_codestyle.sh
scripts/tests_coverage.sh
scripts/tests_parallel.sh
scripts/tests_run.sh
scripts/tests_types.sh
tests/requirements.txt
tests/test_examples.py
tests/test_main.py
tests/test_model.py
tests/test_parameters.py
tests/test_results.py
tests/test_version.py
tests/compatibility/test_compatibility.py
tests/compatibility/0/result.hdf
tests/compatibility/0/result.json
tests/compatibility/0/result.pkl
tests/compatibility/0/result.yaml
tests/compatibility/1/array.json
tests/compatibility/1/array.pkl
tests/compatibility/1/array.yaml
tests/compatibility/1/array.zarr
tests/compatibility/1/array_col.json
tests/compatibility/1/array_col.pkl
tests/compatibility/1/array_col.yaml
tests/compatibility/1/array_col.zarr
tests/compatibility/1/dict.json
tests/compatibility/1/dict.pkl
tests/compatibility/1/dict.yaml
tests/compatibility/1/dict.zarr
tests/compatibility/1/object.json
tests/compatibility/1/object.pkl
tests/compatibility/1/object.yaml
tests/compatibility/1/object.zarr
tests/run/test_job.py
tests/run/scripts/function.py
tests/run/scripts/script.py
tests/scripts/empty.py
tests/scripts/function.py
tests/scripts/function_main.py
tests/scripts/function_marked.py
tests/scripts/make_model.py
tests/scripts/make_model_class.py
tests/scripts/make_model_marked.py
tests/state/test_state.py
tests/state/test_trajectory.py
tests/utils/__init__.py
tests/utils/states.py