.copier-answers.yml
.gitignore
.gitleaks.toml
.pre-commit-config.yaml
.python-version
Dockerfile
LICENSE
README.md
catalog-info.yaml
pyproject.toml
renovate.json
uv.lock
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_container.yml
.github/workflows/_debug_container.yml
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.github/workflows/periodic.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/_api.rst
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/_templates/custom-module-template.rst
docs/explanations/converters.md
docs/explanations/decisions.md
docs/explanations/queue.md
docs/explanations/worker.md
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/COPYME
docs/how-to/contribute.md
docs/how-to/run-container.md
docs/images/dls-logo.svg
docs/images/worker_logic.drawio.png
docs/reference/rest-api.rst
docs/reference/rest_api.json
docs/tutorials/installation.md
helm/daq-queuing-service/.helmignore
helm/daq-queuing-service/Chart.yaml
helm/daq-queuing-service/values.yaml
helm/daq-queuing-service/templates/_helpers.tpl
helm/daq-queuing-service/templates/configmap.yaml
helm/daq-queuing-service/templates/deployment.yaml
helm/daq-queuing-service/templates/ingress.yaml
helm/daq-queuing-service/templates/service.yaml
src/daq_queuing_service/__init__.py
src/daq_queuing_service/__main__.py
src/daq_queuing_service/_version.py
src/daq_queuing_service/broadcaster.py
src/daq_queuing_service/log.py
src/daq_queuing_service.egg-info/PKG-INFO
src/daq_queuing_service.egg-info/SOURCES.txt
src/daq_queuing_service.egg-info/dependency_links.txt
src/daq_queuing_service.egg-info/entry_points.txt
src/daq_queuing_service.egg-info/requires.txt
src/daq_queuing_service.egg-info/scm_file_list.json
src/daq_queuing_service.egg-info/scm_version.json
src/daq_queuing_service.egg-info/top_level.txt
src/daq_queuing_service/api/__init__.py
src/daq_queuing_service/api/api.py
src/daq_queuing_service/api/errors.py
src/daq_queuing_service/app/__init__.py
src/daq_queuing_service/app/_config.py
src/daq_queuing_service/app/app.py
src/daq_queuing_service/app/authentication.py
src/daq_queuing_service/app/authorisation.py
src/daq_queuing_service/blueapi_interaction/__init__.py
src/daq_queuing_service/blueapi_interaction/blueapi_adapter.py
src/daq_queuing_service/blueapi_interaction/blueapi_call.py
src/daq_queuing_service/blueapi_interaction/get_client.py
src/daq_queuing_service/blueapi_interaction/token_retriever.py
src/daq_queuing_service/plugins/converter.py
src/daq_queuing_service/plugins/i15_1/backgrounds.py
src/daq_queuing_service/plugins/i15_1/i15_1_converter.py
src/daq_queuing_service/plugins/i15_1/tiled_interaction.py
src/daq_queuing_service/task_queue/__init__.py
src/daq_queuing_service/task_queue/queue.py
src/daq_queuing_service/task_queue/queue_utils.py
src/daq_queuing_service/task_queue/task.py
src/daq_queuing_service/worker/__init__.py
src/daq_queuing_service/worker/worker.py
tests/conftest.py
tests/constants.py
tests/system_tests/compose.yaml
tests/system_tests/config_with_auth.yaml
tests/system_tests/services/rabbitmq_plugins
tests/test_data/test_blueapi_config.yaml
tests/test_data/test_config.yaml
tests/test_data/test_config_with_auth.yaml
tests/test_data/i15_1/test_blueapi_config.yaml
tests/test_data/i15_1/test_daq_queue_config.yaml
tests/unit_tests/conftest.py
tests/unit_tests/test_api.py
tests/unit_tests/test_app.py
tests/unit_tests/test_authentication.py
tests/unit_tests/test_authorisation.py
tests/unit_tests/test_blueapi_adapter.py
tests/unit_tests/test_blueapi_call.py
tests/unit_tests/test_broadcaster.py
tests/unit_tests/test_cli.py
tests/unit_tests/test_get_blueapi_client.py
tests/unit_tests/test_queue.py
tests/unit_tests/test_task.py
tests/unit_tests/test_udc_token_retriever.py
tests/unit_tests/test_worker.py
tests/unit_tests/plugins/test_converter.py
tests/unit_tests/plugins/i15-1/conftest.py
tests/unit_tests/plugins/i15-1/test_get_background_tiled_id.py
tests/unit_tests/plugins/i15-1/test_i15_1_converter.py
utility_scripts/generate_api_docs.py