Package: wnpp Severity: wishlist Owner: Edward Betts <[email protected]>
* Package name : aiousbwatcher Version : 1.1.1 Upstream Author : "J. Nick Koston" <[email protected]> * URL : https://github.com/bluetooth-devices/aiousbwatcher * License : MIT Programming Lang: Python Description : Watch for USB devices to be plugged and unplugged This library provides asynchronous monitoring of USB device connection and disconnection events on Linux systems. It uses an event-driven approach to allow applications to detect when USB devices are inserted or removed in real time. The library interacts with the underlying Linux system to receive notifications about changes in USB device availability, making it possible to react promptly to device insertions and removals. This enables applications to track and respond to hardware changes such as the plugging or unplugging of USB storage devices, input devices, or other USB peripherals. Notifications are delivered through asynchronous interfaces suited for applications using an event loop. The library does not communicate with the USB devices beyond detecting their presence or removal. This library is a dependancy of Home Assistant, the Python smart home platform. I plan to maintain it as part of the Home Assistant team.

