.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
catalog-info.yaml
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.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/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/_static/theme_overrides.css
docs/_templates/layout.html
docs/explanations/decisions.md
docs/explanations/performance.md
docs/explanations/sans-io.md
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/0003-make-library-sans-io.md
docs/explanations/decisions/COPYME
docs/how-to/contribute.md
docs/how-to/introspect-panda.md
docs/how-to/library-hdf.md
docs/how-to/poll-changes.md
docs/how-to/run-container.md
docs/images/PandA-logo-for-black-background.svg
docs/images/PandA-logo.ico
docs/reference/api.rst
docs/tutorials/commandline-hdf.md
docs/tutorials/control.md
docs/tutorials/installation.md
docs/tutorials/load-save.md
docs/tutorials/tutorial_layout.png
examples/README.rst
examples/arm_and_hdf.py
examples/hdf_queue_reporting.py
examples/introspect_panda.py
examples/load_abs_timestamps.py
examples/plot_counter_hdf.py
src/pandablocks/__init__.py
src/pandablocks/__main__.py
src/pandablocks/_control.py
src/pandablocks/_exchange.py
src/pandablocks/_version.py
src/pandablocks/asyncio.py
src/pandablocks/blocking.py
src/pandablocks/cli.py
src/pandablocks/commands.py
src/pandablocks/connections.py
src/pandablocks/hdf.py
src/pandablocks/responses.py
src/pandablocks/utils.py
src/pandablocks.egg-info/PKG-INFO
src/pandablocks.egg-info/SOURCES.txt
src/pandablocks.egg-info/dependency_links.txt
src/pandablocks.egg-info/entry_points.txt
src/pandablocks.egg-info/requires.txt
src/pandablocks.egg-info/top_level.txt
src/pandablocks/saves/tutorial.sav
tests/__init__.py
tests/conftest.py
tests/test_asyncio.py
tests/test_blocking.py
tests/test_cli.py
tests/test_completer.py
tests/test_hdf.py
tests/test_pandablocks.py
tests/test_utils.py
tests/data_dumps/fast_dump.bin
tests/data_dumps/raw_dump.bin
tests/data_dumps/raw_dump_no_duration.bin
tests/data_dumps/slow_dump.bin