.flake8
.gitignore
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
README.md
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/add_issue_to_project_board.yml
.github/workflows/tag_and_publish.yml
.github/workflows/test_and_lint.yml
doc_template/Makefile
doc_template/make.bat
doc_template/source/conf.py
doc_template/source/index.rst
doc_template/source/_static/dark-logo.svg
doc_template/source/_static/favicon.ico
doc_template/source/_static/light-logo.svg
src/aind_airflow_jobs/__init__.py
src/aind_airflow_jobs/alert_handler.py
src/aind_airflow_jobs/hpc_handler.py
src/aind_airflow_jobs/log_handler.py
src/aind_airflow_jobs/slurm_handler.py
src/aind_airflow_jobs/task_handler.py
src/aind_airflow_jobs.egg-info/PKG-INFO
src/aind_airflow_jobs.egg-info/SOURCES.txt
src/aind_airflow_jobs.egg-info/dependency_links.txt
src/aind_airflow_jobs.egg-info/requires.txt
src/aind_airflow_jobs.egg-info/top_level.txt
tests/__init__.py
tests/test_alert_handler.py
tests/test_hpc_handler.py
tests/test_log_handler.py
tests/test_slurm_handler.py
tests/test_task_handler.py
tests/resources/example_error.out
tests/resources/metadata.nd.json
tests/resources/test_slurm_script.txt