.copier-answers.yml
.gitignore
.gitleaks.toml
.pre-commit-config.yaml
.python-version
Dockerfile
LICENSE
README.md
awusb.config.example
pyproject.toml
renovate.json
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
Charts/deployment.yaml
Charts/podman.md
Charts/testing.md
docs/ARCHITECTURE.md
docs/QUICKSTART.md
src/awusb/__init__.py
src/awusb/__main__.py
src/awusb/_version.py
src/awusb/client.py
src/awusb/config.py
src/awusb/models.py
src/awusb/server.py
src/awusb/service.py
src/awusb/usbdevice.py
src/awusb/utility.py
src/awusb.egg-info/PKG-INFO
src/awusb.egg-info/SOURCES.txt
src/awusb.egg-info/dependency_links.txt
src/awusb.egg-info/entry_points.txt
src/awusb.egg-info/requires.txt
src/awusb.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_protocol.py
tests/test_service.py