.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/_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/ARCHITECTURE.md
docs/QUICKSTART.md
docs/RASBERRYPI.md
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