.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
pyproject.toml
.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
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
src/fastcs_pandablocks/__init__.py
src/fastcs_pandablocks/__main__.py
src/fastcs_pandablocks/_version.py
src/fastcs_pandablocks.egg-info/PKG-INFO
src/fastcs_pandablocks.egg-info/SOURCES.txt
src/fastcs_pandablocks.egg-info/dependency_links.txt
src/fastcs_pandablocks.egg-info/entry_points.txt
src/fastcs_pandablocks.egg-info/requires.txt
src/fastcs_pandablocks.egg-info/top_level.txt
src/fastcs_pandablocks/panda/__init__.py
src/fastcs_pandablocks/panda/client_wrapper.py
src/fastcs_pandablocks/panda/controller.yaml
src/fastcs_pandablocks/panda/io.py
src/fastcs_pandablocks/panda/panda_controller.py
src/fastcs_pandablocks/panda/blocks/__init__.py
src/fastcs_pandablocks/panda/blocks/block_controller.py
src/fastcs_pandablocks/panda/blocks/blocks.py
src/fastcs_pandablocks/panda/blocks/data.py
src/fastcs_pandablocks/panda/blocks/versions.py
src/fastcs_pandablocks/types/__init__.py
src/fastcs_pandablocks/types/_annotations.py
src/fastcs_pandablocks/types/_string_types.py
tests/conftest.py
tests/test_cli.py
tests/test_introspection.py
tests/test_panda_name.py