.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.dae-devops/Makefile
.dae-devops/prepare_git_dependencies.sh
.dae-devops/project.yaml
.dae-devops/docs/conventions.rst
.dae-devops/docs/developing.rst
.dae-devops/docs/devops.rst
.dae-devops/docs/docs_structure.rst
.dae-devops/docs/documenting.rst
.dae-devops/docs/installing.rst
.dae-devops/docs/testing.rst
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/CONTRIBUTING.rst
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/docs_clean.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
configurations/dummy.yaml
docs/conf.py
docs/index.rst
docs/_static/css/custom.css
docs/explanations/conventions.rst
docs/explanations/docs_structure.rst
docs/explanations/index.rst
docs/explanations/slurm_openapi.rst
docs/explanations/todo.rst
docs/how-to/developing.rst
docs/how-to/devops.rst
docs/how-to/documenting.rst
docs/how-to/index.rst
docs/how-to/installing.rst
docs/how-to/testing.rst
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/reference/classes.rst
docs/reference/command_line.rst
docs/reference/index.rst
docs/reference/modules.rst
docs/tutorials/index.rst
docs/tutorials/tbd.rst
src/dls_slurmjob.egg-info/PKG-INFO
src/dls_slurmjob.egg-info/SOURCES.txt
src/dls_slurmjob.egg-info/dependency_links.txt
src/dls_slurmjob.egg-info/entry_points.txt
src/dls_slurmjob.egg-info/requires.txt
src/dls_slurmjob.egg-info/top_level.txt
src/dls_slurmjob_api/__init__.py
src/dls_slurmjob_api/aiohttp_client.py
src/dls_slurmjob_api/constants.py
src/dls_slurmjob_api/exceptions.py
src/dls_slurmjob_api/interfaces/client.py
src/dls_slurmjob_api/models/job_summary_model.py
src/dls_slurmjob_api/models/openapi/__init__.py
src/dls_slurmjob_api/models/openapi/openapi.json
src/dls_slurmjob_api/models/openapi/dbv0/__init__.py
src/dls_slurmjob_api/models/openapi/dbv0/field_0.py
src/dls_slurmjob_api/models/openapi/v0/__init__.py
src/dls_slurmjob_api/models/openapi/v0/field_0.py
src/dls_slurmjob_api/restds/__init__.py
src/dls_slurmjob_api/restds/aiohttp.py
src/dls_slurmjob_api/restds/constants.py
src/dls_slurmjob_api/restds/context.py
src/dls_slurmjob_api/restds/dummy.py
src/dls_slurmjob_api/restds/restds.py
src/dls_slurmjob_cli/__init__.py
src/dls_slurmjob_cli/main.py
src/dls_slurmjob_cli/version.py
src/dls_slurmjob_cli/subcommands/__init__.py
src/dls_slurmjob_cli/subcommands/base.py
src/dls_slurmjob_cli/subcommands/query_jobs.py
src/dls_slurmjob_cli/subcommands/submit_job.py
src/dls_slurmjob_lib/__init__.py
src/dls_slurmjob_lib/__main__.py
src/dls_slurmjob_lib/_version.py
src/dls_slurmjob_lib/envvar.py
src/dls_slurmjob_lib/version.py
tests/__init__.py
tests/base_tester.py
tests/conftest.py
tests/test_cli.py
tests/configurations/dummy.yaml
tests/scripts/hello.sh
tests/scripts/hello1.json
tests/scripts/hello2.json
tests/scripts/hello_bxflow.json
tests/scripts/hello_bxflow.sh