.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/main.yml
.github/workflows/publish-to-pypi.yml
docs/Makefile
docs/architecture.md
docs/conf.py
docs/index.md
docs/make.bat
docs/api-reference/index.md
docs/api-reference/s3.md
docs/api-reference/workflow.md
docs/cli/index.md
docs/tutorials/data-processing.md
docs/tutorials/index.md
docs/tutorials/ml-training.md
docs/tutorials/multi-stage-pipeline.md
docs/tutorials/parameter-sweep.md
docs/tutorials/simple-job.md
docs/user-guide/01-getting-started.md
docs/user-guide/02-workflows.md
docs/user-guide/03-advanced-usage.md
docs/user-guide/04-configuration.md
docs/user-guide/05-troubleshooting.md
docs/user-guide/index.md
ezbatch/__init__.py
ezbatch/_version.py
ezbatch/client.py
ezbatch/compute_environment.py
ezbatch/conf.py
ezbatch/defaults.py
ezbatch/job.py
ezbatch/job_definition.py
ezbatch/job_queue.py
ezbatch/logs.py
ezbatch/s3.py
ezbatch/workflow.py
ezbatch.egg-info/PKG-INFO
ezbatch.egg-info/SOURCES.txt
ezbatch.egg-info/dependency_links.txt
ezbatch.egg-info/entry_points.txt
ezbatch.egg-info/requires.txt
ezbatch.egg-info/top_level.txt
ezbatch/interactive/__init__.py
ezbatch/interactive/manager.py
ezbatch/interactive/manager.tcss
ezbatch/preload_scripts/__init__.py
ezbatch/preload_scripts/preload.sh
ezbatch/scripts/__init__.py
ezbatch/scripts/cli.py
tests/conftest.py
tests/test_cli.py
tests/test_client.py
tests/test_compute_environment.py
tests/test_conf.py
tests/test_defaults.py
tests/test_interactive_manager.py
tests/test_job_definition.py
tests/test_job_queue.py
tests/test_logs.py
tests/test_preload_scripts.py
tests/test_s3.py
tests/test_workflow.py