LICENSE
README.md
pyproject.toml
src/camacq/__init__.py
src/camacq/__main__.py
src/camacq/bootstrap.py
src/camacq/config.py
src/camacq/const.py
src/camacq/control.py
src/camacq/event.py
src/camacq/exceptions.py
src/camacq/image.py
src/camacq/log.py
src/camacq/py.typed
src/camacq/util.py
src/camacq.egg-info/PKG-INFO
src/camacq.egg-info/SOURCES.txt
src/camacq.egg-info/dependency_links.txt
src/camacq.egg-info/entry_points.txt
src/camacq.egg-info/requires.txt
src/camacq.egg-info/top_level.txt
src/camacq/data/__init__.py
src/camacq/helper/__init__.py
src/camacq/helper/template.py
src/camacq/plugins/__init__.py
src/camacq/plugins/rename_image.py
src/camacq/plugins/api/__init__.py
src/camacq/plugins/automations/__init__.py
src/camacq/plugins/automations/event.py
src/camacq/plugins/leica/__init__.py
src/camacq/plugins/leica/command.py
src/camacq/plugins/leica/helper.py
src/camacq/plugins/leica/sample.py
src/camacq/plugins/sample/__init__.py
tests/test_config.py
tests/test_control.py
tests/test_dunder_main.py
tests/test_event.py
tests/test_image.py
tests/test_server.py
tests/test_workflow.py