.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
requirements_full.txt
.github/workflows/build.yml
.github/workflows/check_docs.yml
.github/workflows/coverage_report.yml
.github/workflows/release_pip.yml
docs/Makefile
docs/build_all.sh
docs/requirements.txt
docs/source/.gitignore
docs/source/conf.py
docs/source/examples.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/parse_examples.py
docs/source/run_autodoc.py
docs/source/sphinx_simplify_typehints.py
docs/source/user_manual.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/model_storage_output.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/.gitignore
modelrunner/__init__.py
modelrunner/__main__.py
modelrunner/_version.py
modelrunner/config.py
modelrunner/model.py
modelrunner/parameters.py
modelrunner/py.typed
modelrunner/results.py
modelrunner/utils.py
modelrunner/compatibility/__init__.py
modelrunner/compatibility/triage.py
modelrunner/compatibility/version0.py
modelrunner/compatibility/version1.py
modelrunner/run/__init__.py
modelrunner/run/__main__.py
modelrunner/run/job.py
modelrunner/run/templates/background.jinja
modelrunner/run/templates/foreground.jinja
modelrunner/run/templates/qsub.jinja
modelrunner/run/templates/srun.jinja
modelrunner/storage/__init__.py
modelrunner/storage/access_modes.py
modelrunner/storage/attributes.py
modelrunner/storage/base.py
modelrunner/storage/group.py
modelrunner/storage/tools.py
modelrunner/storage/trajectory.py
modelrunner/storage/utils.py
modelrunner/storage/backend/__init__.py
modelrunner/storage/backend/hdf.py
modelrunner/storage/backend/json.py
modelrunner/storage/backend/memory.py
modelrunner/storage/backend/text_base.py
modelrunner/storage/backend/utils.py
modelrunner/storage/backend/yaml.py
modelrunner/storage/backend/zarr.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/conftest.py
tests/requirements.txt
tests/test_config.py
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/compatibility/2/array.hdf
tests/compatibility/2/array.json
tests/compatibility/2/array.pkl
tests/compatibility/2/array.yaml
tests/compatibility/2/array.zip
tests/compatibility/2/array_col.hdf
tests/compatibility/2/array_col.json
tests/compatibility/2/array_col.pkl
tests/compatibility/2/array_col.yaml
tests/compatibility/2/array_col.zip
tests/compatibility/2/dict.hdf
tests/compatibility/2/dict.json
tests/compatibility/2/dict.pkl
tests/compatibility/2/dict.yaml
tests/compatibility/2/dict.zip
tests/compatibility/2/nested.hdf
tests/compatibility/2/nested.json
tests/compatibility/2/nested.pkl
tests/compatibility/2/nested.yaml
tests/compatibility/2/nested.zip
tests/helpers/__init__.py
tests/helpers/asserts.py
tests/helpers/storage.py
tests/run/test_job.py
tests/run/test_run_main.py
tests/run/scripts/fail.py
tests/run/scripts/function.py
tests/run/scripts/print.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/storage/test_group.py
tests/storage/test_storage_generic.py
tests/storage/test_storage_special.py
tests/storage/test_trajectory.py
tests/storage/test_utils.py