.dockerignore
.gitignore
.gitremotes
.pre-commit-config.yaml
Dockerfile
LICENSE
README.rst
pyproject.toml
.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
docs/conf.py
docs/genindex.rst
docs/index.rst
docs/developer/index.rst
docs/developer/explanations/decisions.rst
docs/developer/explanations/decisions/0001-record-architecture-decisions.rst
docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst
docs/developer/how-to/build-docs.rst
docs/developer/how-to/contribute.rst
docs/developer/how-to/lint.rst
docs/developer/how-to/make-release.rst
docs/developer/how-to/pin-requirements.rst
docs/developer/how-to/run-tests.rst
docs/developer/how-to/static-analysis.rst
docs/developer/how-to/test-container.rst
docs/developer/how-to/update-tools.rst
docs/developer/reference/standards.rst
docs/developer/tutorials/dev-install.rst
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/user/index.rst
docs/user/explanations/docs-structure.rst
docs/user/how-to/run-container.rst
docs/user/reference/api.rst
docs/user/tutorials/installation.rst
examples/configs/synchrotron.yaml
examples/configs/synchrotron_current.yaml
examples/configs/synchrotron_machine.yaml
examples/configs/synchrotron_topup.yaml
s03_configs/synchrotron.yaml
src/tickit_devices/__init__.py
src/tickit_devices/__main__.py
src/tickit_devices/_version.py
src/tickit_devices.egg-info/PKG-INFO
src/tickit_devices.egg-info/SOURCES.txt
src/tickit_devices.egg-info/dependency_links.txt
src/tickit_devices.egg-info/entry_points.txt
src/tickit_devices.egg-info/requires.txt
src/tickit_devices.egg-info/top_level.txt
src/tickit_devices/synchrotron/__init__.py
src/tickit_devices/synchrotron/synchrotron_current.py
src/tickit_devices/synchrotron/synchrotron_machine.py
src/tickit_devices/synchrotron/synchrotron_topup.py
src/tickit_devices/synchrotron/db_files/DCCT.db
src/tickit_devices/synchrotron/db_files/FILL.db
src/tickit_devices/synchrotron/db_files/MSTAT.db
tests/__init__.py
tests/test_cli.py
tests/synchrotron/__init__.py
tests/synchrotron/test_synchrotron_current.py
tests/synchrotron/test_synchrotron_machine.py
tests/synchrotron/test_synchrotron_topup.py