.codecov.yml
.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
catalog-info.yaml
dev-values.yaml
package-lock.json
package.json
pyproject.toml
pyrightconfig.json
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_check.yml
.github/workflows/_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
deployment/build_and_push.sh
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/decisions.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/tutorials/installation.md
helmchart/.helmignore
helmchart/Chart.yaml
helmchart/values.yaml
helmchart/templates/NOTES.txt
helmchart/templates/_helpers.tpl
helmchart/templates/deployment.yaml
helmchart/templates/hpa.yaml
helmchart/templates/ingress.yaml
helmchart/templates/service.yaml
helmchart/templates/serviceaccount.yaml
helmchart/templates/tests/test-connection.yaml
src/daq_config_server/__init__.py
src/daq_config_server/__main__.py
src/daq_config_server/_version.py
src/daq_config_server/app.py
src/daq_config_server/client.py
src/daq_config_server/constants.py
src/daq_config_server/log.py
src/daq_config_server.egg-info/PKG-INFO
src/daq_config_server.egg-info/SOURCES.txt
src/daq_config_server.egg-info/dependency_links.txt
src/daq_config_server.egg-info/entry_points.txt
src/daq_config_server.egg-info/requires.txt
src/daq_config_server.egg-info/top_level.txt
tests/__init__.py
tests/constants.py
tests/system_tests/__init__.py
tests/system_tests/test_client.py
tests/test_data/beamline_parameters.txt
tests/test_data/test_bad_json
tests/test_data/test_good_json.json
tests/unit_tests/__init__.py
tests/unit_tests/test_api.py
tests/unit_tests/test_cli.py
tests/unit_tests/test_client.py