Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/google/usbinfo


https://github.com/google/usbinfo

Last synced: 4 days ago
JSON representation

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/).