Metadata-Version: 1.1
Name: usbinfo
Version: 1.1.1
Summary: Module for introspecting USB devices on a system
Home-page: UNKNOWN
Author: Toshiro Yamada, Jeff Herman
Author-email: UNKNOWN
License: Apache 2 license
Description: 
        usbinfo is a Python module for performing introspection on endpoints attached
        to the USB subsystems. usbinfo allows scripts to access information about those
        endpoints such as vendor and product ID, manufacturer and product names,
        serial numbers, and character device files.
        
        usbinfo is eventually intended to be portable across as many platforms that
        Python itself is ported to.
        
Platform: Linux
Platform: Darwin
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System
Classifier: Topic :: System :: Shells
Classifier: Topic :: Terminals
