py-modelrunner
  • Installation
    • Install using pip
    • Install using conda
    • Installing from source
      • Prerequisites
      • Downloading the package
  • User Manual
    • Main structure of the package
    • Design philosophy
  • Examples
    • io_hdf.py
    • io_json.py
    • io_yaml.py
    • model_class.py
    • model_decorator.py
    • model_function.py
    • model_storage_output.py
    • read_many.py
    • script_custom_func.py
    • script_function.py
    • script_many_classes.py
    • script_minimal.py
    • script_model_class.py
    • submit_function.py
    • submit_many_func.py
    • submit_many_iter.py
    • submit_shebang.py
  • modelrunner package
    • modelrunner.model package
      • modelrunner.model.base module
      • modelrunner.model.factory module
      • modelrunner.model.parameters module
    • modelrunner.run package
      • modelrunner.run.compatibility package
        • modelrunner.run.compatibility.triage module
        • modelrunner.run.compatibility.version0 module
        • modelrunner.run.compatibility.version1 module
        • modelrunner.run.compatibility.version2 module
      • modelrunner.run.job module
      • modelrunner.run.launch module
      • modelrunner.run.results module
    • modelrunner.storage package
      • modelrunner.storage.backend package
        • modelrunner.storage.backend.hdf module
        • modelrunner.storage.backend.json module
        • modelrunner.storage.backend.memory module
        • modelrunner.storage.backend.text_base module
        • modelrunner.storage.backend.utils module
        • modelrunner.storage.backend.yaml module
        • modelrunner.storage.backend.zarr module
      • modelrunner.storage.access_modes module
      • modelrunner.storage.attributes module
      • modelrunner.storage.base module
      • modelrunner.storage.group module
      • modelrunner.storage.tools module
      • modelrunner.storage.trajectory module
      • modelrunner.storage.utils module
    • modelrunner.config module
    • modelrunner.utils module
py-modelrunner
  • modelrunner package
  • View page source

modelrunner package

Subpackages:

  • modelrunner.model package
    • modelrunner.model.base module
    • modelrunner.model.factory module
    • modelrunner.model.parameters module
  • modelrunner.run package
    • modelrunner.run.compatibility package
      • modelrunner.run.compatibility.triage module
      • modelrunner.run.compatibility.version0 module
      • modelrunner.run.compatibility.version1 module
      • modelrunner.run.compatibility.version2 module
    • modelrunner.run.job module
    • modelrunner.run.launch module
    • modelrunner.run.results module
  • modelrunner.storage package
    • modelrunner.storage.backend package
      • modelrunner.storage.backend.hdf module
      • modelrunner.storage.backend.json module
      • modelrunner.storage.backend.memory module
      • modelrunner.storage.backend.text_base module
      • modelrunner.storage.backend.utils module
      • modelrunner.storage.backend.yaml module
      • modelrunner.storage.backend.zarr module
    • modelrunner.storage.access_modes module
    • modelrunner.storage.attributes module
    • modelrunner.storage.base module
    • modelrunner.storage.group module
    • modelrunner.storage.tools module
    • modelrunner.storage.trajectory module
    • modelrunner.storage.utils module
  • modelrunner.config module
  • modelrunner.utils module
Previous Next

© Copyright 2025, David Zwicker.

Built with Sphinx using a theme provided by Read the Docs.