.flake8
.gitignore
.gitmodules
.isort.cfg
.mypy.ini
.pre-commit-config.yaml
LICENSE
README.md
makefile
pyproject.toml
uv.lock
.github/workflows/code.yaml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
cfg/cryo_cfg.py
cfg/generalConfig.cfg
cfg/ophyd_secop_test_cfg.py
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
frappy_modules/__init__.py
frappy_modules/cryo.py
frappy_modules/ophyd_secop_test_modules.py
info/secop-ophyd-presentation.pdf
src/secop_ophyd/AsyncFrappyClient.py
src/secop_ophyd/GenNodeCode.py
src/secop_ophyd/SECoPDevices.py
src/secop_ophyd/SECoPSignal.py
src/secop_ophyd/__init__.py
src/secop_ophyd/_version.py
src/secop_ophyd/logs.py
src/secop_ophyd/propertykeys.py
src/secop_ophyd/util.py
src/secop_ophyd.egg-info/PKG-INFO
src/secop_ophyd.egg-info/SOURCES.txt
src/secop_ophyd.egg-info/dependency_links.txt
src/secop_ophyd.egg-info/requires.txt
src/secop_ophyd.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_ classgen.py
tests/test_Node.py
tests/test_RE.py
tests/test_async_frappy_client.py
tests/test_commands.py
tests/test_dtype.py
tests/test_nested.py
tests/test_path.py
tests/test_primitive_arrays.py