.copier-answers.yml
.gitignore
.gitleaks.toml
.pre-commit-config.yaml
.python-version
AGENTS.md
Dockerfile
LICENSE
README.md
README.rst
catalog-info.yaml
docs-prompt.md
pyproject.toml
renovate.json
uv.lock
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/CONTRIBUTING.rst
.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/_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
.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/ads-client.md
docs/explanations/api-decoupling.md
docs/explanations/architecture-overview.md
docs/explanations/decisions.md
docs/explanations/fastcs-epics-ioc.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-favicon.ico
docs/images/dls-logo.svg
docs/tutorials/installation.md
src/fastcs_catio/README.txt
src/fastcs_catio/__init__.py
src/fastcs_catio/__main__.py
src/fastcs_catio/_constants.py
src/fastcs_catio/_types.py
src/fastcs_catio/_version.py
src/fastcs_catio/catio_attribute_io.py
src/fastcs_catio/catio_connection.py
src/fastcs_catio/catio_controller.py
src/fastcs_catio/catio_controller.yaml
src/fastcs_catio/catio_hardware.py
src/fastcs_catio/client.py
src/fastcs_catio/devices.py
src/fastcs_catio/messages.py
src/fastcs_catio/schema.json
src/fastcs_catio/symbols.py
src/fastcs_catio/utils.py
src/fastcs_catio.egg-info/PKG-INFO
src/fastcs_catio.egg-info/SOURCES.txt
src/fastcs_catio.egg-info/dependency_links.txt
src/fastcs_catio.egg-info/entry_points.txt
src/fastcs_catio.egg-info/requires.txt
src/fastcs_catio.egg-info/top_level.txt
tests/conftest.py
tests/mock_server.py
tests/test_async_client.py
tests/test_boilerplate_removed.py
tests/test_catio_performance.py
tests/test_catio_system.py
tests/test_catio_units.py
tests/test_cli.py
tests/test_coe_readwrite.py
tests/test_mock_server_example.py
tests/test_symbol_notifications.py
tests/test_symbol_readwrite.py
tests/test_variable_polling.py