LICENSE
README.md
pyproject.toml
setup.py
omnibenchmark/__init__.py
omnibenchmark.egg-info/PKG-INFO
omnibenchmark.egg-info/SOURCES.txt
omnibenchmark.egg-info/dependency_links.txt
omnibenchmark.egg-info/requires.txt
omnibenchmark.egg-info/top_level.txt
omnibenchmark/core/input_classes.py
omnibenchmark/core/omni_object.py
omnibenchmark/core/output_classes.py
omnibenchmark/management/data_checks.py
omnibenchmark/management/data_commands.py
omnibenchmark/management/general_checks.py
omnibenchmark/management/parameter_checks.py
omnibenchmark/management/run_commands.py
omnibenchmark/management/wflow_checks.py
omnibenchmark/renku_commands/datasets.py
omnibenchmark/renku_commands/general.py
omnibenchmark/renku_commands/workflows.py
omnibenchmark/test/__init__.py
omnibenchmark/test/conftest.py
omnibenchmark/test/core/conftest.py
omnibenchmark/test/core/test_core_omni_command.py
omnibenchmark/test/core/test_core_omni_input.py
omnibenchmark/test/core/test_core_omni_object.py
omnibenchmark/test/core/test_core_omni_output.py
omnibenchmark/test/core/test_core_omni_parameter.py
omnibenchmark/test/managment/conftest.py
omnibenchmark/test/managment/test_management_data_checks.py
omnibenchmark/test/managment/test_management_data_commands.py
omnibenchmark/test/managment/test_management_general_checks.py
omnibenchmark/test/managment/test_management_parameter_checks.py
omnibenchmark/test/managment/test_management_run_commands.py
omnibenchmark/test/managment/test_managment_wflow_checks.py
omnibenchmark/test/renku_commands/test_renku_commands_datasets.py
omnibenchmark/test/utils/conftest.py
omnibenchmark/test/utils/test_build_omni_object.py
omnibenchmark/test/utils/test_utils_auto_command.py
omnibenchmark/test/utils/test_utils_auto_input.py
omnibenchmark/test/utils/test_utils_auto_output.py
omnibenchmark/test/utils/test_utils_auto_run.py
omnibenchmark/utils/auto_command.py
omnibenchmark/utils/auto_input.py
omnibenchmark/utils/auto_output.py
omnibenchmark/utils/auto_run.py
omnibenchmark/utils/build_omni_object.py
omnibenchmark/utils/context_manager.py
omnibenchmark/utils/decorators.py
omnibenchmark/utils/default_global_vars.py
omnibenchmark/utils/exceptions.py
omnibenchmark/utils/log.py
omnibenchmark/utils/user_input_checks.py