PKG-INFO 509 B

123456789101112131415
  1. Metadata-Version: 1.0
  2. Name: pyusb
  3. Version: 1.0.0-a1
  4. Summary: Python USB access module
  5. Home-page: http://pyusb.sourceforge.net
  6. Author: Wander Lairson Costa
  7. Author-email: wander.lairson@gmail.com
  8. License: BSD
  9. Description:
  10. PyUSB offers easy USB devices communication in Python.
  11. It should work without additional code in any environment with
  12. Python >= 2.4, ctypes and an pre-built usb backend library
  13. (currently, libusb 0.1.x, libusb 1.x, and OpenUSB).
  14. Platform: UNKNOWN