Metadata-Version: 2.1
Name: usbmon-tools
Version: 1
Summary: usbmon processing utilities (for Linux and Windows captures).
Home-page: UNKNOWN
Author: Diego Elio Pettenò
Author-email: flameeyes@flameeyes.com
License: UNKNOWN
Description: <p align="center">
        <a href="https://travis-ci.com/Flameeyes/usbmon-tools/builds/"><img alt="build status" src="https://travis-ci.com/Flameeyes/usbmon-tools.svg?branch=master"></a>
        <a href="https://opensource.org/licenses/Apache-2.0"><img alt="License: Apache 2.0" src="https://img.shields.io/badge/license-Apache%202.0-green"></a>
        <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
        </p>
        
        # usbmon tools
        
        This repository contains a Python module and some command line tools to work
        with Linux [usbmon](https://www.kernel.org/doc/Documentation/usb/usbmon.txt), as
        well as Windows [usbpcap](https://desowin.org/usbpcap) captures.
        
        Note that this is not an official Google product.
        
        ## Tools
        
        In addition to the `usbmon` module, containing the data structures to access USB
        captures, this package contains a few scripts in the `tools/` directory, which
        can be used to manipulate usbmon captures.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Hardware
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
