python-libusb1 is a Python wrapper for the llibusb-1.0 library.
Contents:
- libusb1.py
Bare ctype wrapper, inspired from library C header file.
- usb1.py
Python-ish (classes, exceptions, ...) wrapper around libusb1.py .
See docstrings (pydoc recommended) for usage.
- setup.py
To package as python egg.
- stdeb.cfg
To package as Debian package. See https://github.com/astraw/stdeb .
- testUSB1.py
Very limited regression test, only testing functions which do not require a USB device.
Install:
python setup.py install
(you might need root access to do this)
Product's homepage
Requirements:
· Python
· libusb
What's New in This Release: [ read full changelog ]
· Add fink and homebrew support on OSX.
· Drop PATH_MAX definition.
· Try harder when looking for libusb.