Metadata-Version: 2.4 Name: usb-devices Version: 0.5.1 Summary: Tools for mapping, describing, and resetting USB devices License: MIT License-File: LICENSE Author: J. Nick Koston Author-email: nick@koston.org Requires-Python: >=3.10,<4.0 Classifier: Development Status :: 2 - Pre-Alpha Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries Project-URL: Bug Tracker, https://github.com/bluetooth-devices/usb-devices/issues Project-URL: Changelog, https://github.com/bluetooth-devices/usb-devices/blob/main/CHANGELOG.md Project-URL: Documentation, https://usb-devices.readthedocs.io Project-URL: Repository, https://github.com/bluetooth-devices/usb-devices Description-Content-Type: text/markdown # USB Devices

CI Status Documentation Status Test coverage percentage

Poetry black pre-commit

PyPI Version Supported Python versions License

usb_devices ## Installation Install this via pip (or your favourite package manager): `pip install usb-devices` ## Usage ``` # python3 examples/info.py hci0 manufacturer: Realtek, product: Bluetooth 5.1 Radio, vendor_id: 0bda, product_id: a725, bus_id: 1, dev_num: 11 hci1 manufacturer: Realtek, product: Bluetooth Radio, vendor_id: 2550, product_id: 8761, bus_id: 1, dev_num: 8 hci2 manufacturer: Realtek, product: Bluetooth Radio, vendor_id: 2550, product_id: 8761, bus_id: 1, dev_num: 7 hci3 manufacturer: Realtek, product: Bluetooth Radio, vendor_id: 2550, product_id: 8761, bus_id: 1, dev_num: 4 hci4 not found hci5 not found hci6 not found hci7 not found hci8 not found # python3 examples/reset.py Reset of hci0 succeeded ``` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## Credits This package was created with [Copier](https://copier.readthedocs.io/) and the [browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template) project template.