LICENSE
README.md
pyproject.toml
src/usb_explorer/__init__.py
src/usb_explorer/__main__.py
src/usb_explorer/config_manager.py
src/usb_explorer/dmesg_parser.py
src/usb_explorer/main.py
src/usb_explorer/models.py
src/usb_explorer/usb_monitor.py
src/usb_explorer/vendor_lookup.py
src/usb_explorer/websocket_manager.py
src/usb_explorer.egg-info/PKG-INFO
src/usb_explorer.egg-info/SOURCES.txt
src/usb_explorer.egg-info/dependency_links.txt
src/usb_explorer.egg-info/entry_points.txt
src/usb_explorer.egg-info/requires.txt
src/usb_explorer.egg-info/top_level.txt
src/usb_explorer/static/css/style.css
src/usb_explorer/static/img/icon.png
src/usb_explorer/static/js/app.js
src/usb_explorer/static/js/audio.js
src/usb_explorer/static/js/info-panel.js
src/usb_explorer/static/js/tree.js
src/usb_explorer/static/js/websocket.js
src/usb_explorer/static/sounds/connect.mp3
src/usb_explorer/static/sounds/disconnect.mp3
src/usb_explorer/templates/index.html