.editorconfig
.flake8
.gitattributes
.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
.github/release.yaml
.github/workflows/build.yml
.github/workflows/gh-pages.yml
.github/workflows/qa.yml
.github/workflows/release.yml
.kuristo/actions.py
.kuristo/config.yaml
docs/Makefile
docs/architecture.rst
docs/conf.py
docs/configuration.rst
docs/custom_actions.rst
docs/getting_started.rst
docs/index.rst
docs/make.bat
docs/reference.rst
docs/requirements.txt
docs/user_interface.rst
docs/writing_workflows.rst
docs/_static/demo.gif
docs/actions/csv-diff.rst
docs/actions/exodiff.rst
docs/actions/index.rst
docs/actions/regex-float.rst
docs/actions/regex.rst
docs/images/kuristo-arch.svg
docs/images/kuristo-job-status.svg
extras/completions/_kuristo
kuristo/__init__.py
kuristo/__main__.py
kuristo/_version.py
kuristo/action_factory.py
kuristo/config.py
kuristo/context.py
kuristo/env.py
kuristo/job.py
kuristo/job_spec.py
kuristo/plugin_loader.py
kuristo/registry.py
kuristo/resources.py
kuristo/scanner.py
kuristo/scheduler.py
kuristo/ui.py
kuristo/utils.py
kuristo.egg-info/PKG-INFO
kuristo.egg-info/SOURCES.txt
kuristo.egg-info/dependency_links.txt
kuristo.egg-info/entry_points.txt
kuristo.egg-info/requires.txt
kuristo.egg-info/top_level.txt
kuristo/actions/__init__.py
kuristo/actions/action.py
kuristo/actions/checks_cvsdiff.py
kuristo/actions/checks_exodiff.py
kuristo/actions/checks_h5diff.py
kuristo/actions/checks_regex.py
kuristo/actions/checks_regex_float.py
kuristo/actions/composite_action.py
kuristo/actions/function_action.py
kuristo/actions/mpi_action.py
kuristo/actions/process_action.py
kuristo/actions/regex_base.py
kuristo/actions/shell_action.py
kuristo/batch/__init__.py
kuristo/batch/backend.py
kuristo/batch/slurm.py
kuristo/cli/__init__.py
kuristo/cli/_batch.py
kuristo/cli/_doctor.py
kuristo/cli/_list.py
kuristo/cli/_log.py
kuristo/cli/_report.py
kuristo/cli/_run.py
kuristo/cli/_show.py
kuristo/cli/_status.py
kuristo/templates/slurm_job.sh.j2
tests/__init__.py
tests/conftest.py
tests/test_action_factory.py
tests/test_backend.py
tests/test_backend_slurm.py
tests/test_basic.py
tests/test_checks_h5diff.py
tests/test_cli.py
tests/test_cli_batch.py
tests/test_cli_log.py
tests/test_cli_show.py
tests/test_cli_status.py
tests/test_doctor.py
tests/test_env.py
tests/test_integration.py
tests/test_list.py
tests/test_mpi_action.py
tests/test_process_action.py
tests/test_resources.py
tests/test_scanner.py
tests/test_shell_action.py
tests/test_utils.py
tests/assets/tests1/folder_a/ktests.yaml
tests/assets/tests1/folder_b/ktests.yaml
tests/assets/tests1/folder_c/ktests.yaml
tests/assets/tests10/ktests.yaml
tests/assets/tests11/ktests.yaml
tests/assets/tests2/ktests.yaml
tests/assets/tests3/ktests.yaml
tests/assets/tests4/ktests.yaml
tests/assets/tests5/ktests.yaml
tests/assets/tests6/ktests.yaml
tests/assets/tests7/ktests.yaml
tests/assets/tests8/ktests.yaml
tests/assets/tests9/ktests.yaml