An asynchronous Python library to watch for USB device plug/unplug events. Current version 1.1.2, requires Python >=3.12. Uses asyncio and pyudev on Linux.
pip install aiousbwatcherNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts an async iterator that yields device events (plug/unplug).
Upgrade Python to 3.12+.
Use alternative libraries for cross-platform USB monitoring.
Check the USBDeviceEvent class docs for available fields.
No resource links recorded.