.copier-answers.yml
.gitignore
.gitleaks.toml
.pre-commit-config.yaml
.python-version
Dockerfile
LICENSE
README.md
pyproject.toml
renovate.json
usb-remote.config.example
uv.lock
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.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
.github/workflows/periodic.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/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/client_setup.md
docs/how-to/contribute.md
docs/how-to/dhcp_server.md
docs/how-to/new_raspi.md
docs/how-to/run-container.md
docs/how-to/server_setup.md
docs/how-to/setup_pico.md
docs/how-to/updating_raspi_image.md
docs/images/dls-logo.svg
docs/reference/architecture.md
docs/reference/config.md
docs/reference/recommended_hardware.md
docs/reference/images/pi-case.png
docs/reference/images/pi5.png
docs/reference/images/pico-led.png
docs/reference/images/raspi-ps.png
docs/reference/images/sandisk.png
docs/reference/images/ugreen-ps.png
docs/tutorials/commissioning_raspi.md
src/mac_print/99-pico.rules
src/mac_print/install-udev-rules.sh
src/mac_print/picosend.py
src/usb_remote/__init__.py
src/usb_remote/__main__.py
src/usb_remote/_version.py
src/usb_remote/api.py
src/usb_remote/client.py
src/usb_remote/config.py
src/usb_remote/port.py
src/usb_remote/server.py
src/usb_remote/service.py
src/usb_remote/usbdevice.py
src/usb_remote/utility.py
src/usb_remote.egg-info/PKG-INFO
src/usb_remote.egg-info/SOURCES.txt
src/usb_remote.egg-info/dependency_links.txt
src/usb_remote.egg-info/entry_points.txt
src/usb_remote.egg-info/requires.txt
src/usb_remote.egg-info/top_level.txt
sys-tests/attach.sh
sys-tests/cleanup.sh
sys-tests/detach.sh
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_protocol.py
tests/test_service.py