Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/usbinfo
https://github.com/google/usbinfo
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/google/usbinfo
- Owner: google
- License: other
- Archived: true
- Created: 2015-09-17T22:23:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T18:27:14.000Z (over 3 years ago)
- Last Synced: 2024-08-01T20:47:29.638Z (3 months ago)
- Language: Python
- Size: 42 KB
- Stars: 39
- Watchers: 11
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# USBInfo
USBInfo provides Python developers a way to uniformly access information
about USB endpoints on a system without the need to understand the fine
details of any one particular platform's implementation of USB. This is
useful in robotics and device automation and allows developers to write
more portable code.[![Build Status](https://travis-ci.org/google/usbinfo.svg?branch=master)](https://travis-ci.org/google/usbinfo)
More information can be found in the
[documentation](https://usbinfo.readthedocs.io/en/latest/).