python3-usb1

Python wrapper for libusb1 (Python 3)
  https://github.com/vpelletier/python-libusb1
  0
  no reviews



Makes the whole libusb1 API available to Python. Both synchronous and asynchronous APIs are exposed, giving access to all USB transfer types (control, bulk, interrupt, isochronous).

This Python module differs from pyusb in that it only aims to wrap libusb1. As a consequence, it can expose all libusb1 features and not a subset common to various usb libraries.