.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/_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/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/images/fastcs.svg
docs/reference/api.md
docs/tutorials/installation.md
src/fastcs/__init__.py
src/fastcs/__main__.py
src/fastcs/_version.py
src/fastcs/attributes.py
src/fastcs/backend.py
src/fastcs/controller.py
src/fastcs/cs_methods.py
src/fastcs/datatypes.py
src/fastcs/exceptions.py
src/fastcs/mapping.py
src/fastcs/util.py
src/fastcs/wrappers.py
src/fastcs.egg-info/PKG-INFO
src/fastcs.egg-info/SOURCES.txt
src/fastcs.egg-info/dependency_links.txt
src/fastcs.egg-info/entry_points.txt
src/fastcs.egg-info/requires.txt
src/fastcs.egg-info/top_level.txt
src/fastcs/backends/__init__.py
src/fastcs/backends/asyncio_backend.py
src/fastcs/backends/epics/__init__.py
src/fastcs/backends/epics/backend.py
src/fastcs/backends/epics/docs.py
src/fastcs/backends/epics/gui.py
src/fastcs/backends/epics/ioc.py
src/fastcs/connections/__init__.py
src/fastcs/connections/ip_connection.py
src/fastcs/connections/serial_connection.py
tests/conftest.py
tests/test_cli.py
tests/test_controller.py