Containerfile
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
runem/VERSION
runem/__init__.py
runem/__main__.py
runem/base.py
runem/blocking_print.py
runem/cli.py
runem/command_line.py
runem/config.py
runem/config_metadata.py
runem/config_parse.py
runem/files.py
runem/hook_manager.py
runem/informative_dict.py
runem/job.py
runem/job_execute.py
runem/job_filter.py
runem/job_runner_simple_command.py
runem/job_wrapper.py
runem/job_wrapper_python.py
runem/log.py
runem/py.typed
runem/report.py
runem/run_command.py
runem/runem.py
runem/runem_version.py
runem/utils.py
runem.egg-info/PKG-INFO
runem.egg-info/SOURCES.txt
runem.egg-info/dependency_links.txt
runem.egg-info/entry_points.txt
runem.egg-info/requires.txt
runem.egg-info/top_level.txt
runem/cli/initialise_options.py
runem/types/__init__.py
runem/types/common.py
runem/types/errors.py
runem/types/filters.py
runem/types/hooks.py
runem/types/options.py
runem/types/runem_config.py
runem/types/types_jobs.py
scripts/test_hooks/__init__.py
scripts/test_hooks/json_validators.py
scripts/test_hooks/py.py
scripts/test_hooks/py.typed
scripts/test_hooks/runem_hooks.py
scripts/test_hooks/yarn.py
tests/__init__.py
tests/conftest.py
tests/intentional_test_error.py
tests/sanitise_reports_footer.py
tests/test_base.py
tests/test_blocking_print.py
tests/test_cli.py
tests/test_config.py
tests/test_config_parse.py
tests/test_files.py
tests/test_hook_manager.py
tests/test_informative_dict.py
tests/test_job.py
tests/test_job_execute.py
tests/test_job_filter.py
tests/test_job_runner_simple_command.py
tests/test_job_wrapper.py
tests/test_job_wrapper_python.py
tests/test_report.py
tests/test_run_command.py
tests/test_runem.py
tests/cli/test_initialise_options.py
tests/data/help_output.3.10.txt
tests/data/help_output.3.11.txt
tests/test_types/__init__.py
tests/test_types/test_public_api.py