Metadata-Version: 2.1
Name: cython-linux-usbmon
Version: 1.0.0
Summary: Linux usbmon capture interface
Home-page: UNKNOWN
Author: Diego Elio Pettenò
Author-email: flameeyes@flameeyes.com
License: Apache-2.0
Description: <!--
        SPDX-FileCopyrightText: 2019 The cython-linux-usbmon Authors
        
        SPDX-License-Identifier: Apache-2.0
        -->
        
        # Linux usbmon in Cython
        
        This repository contains a Cython module and some command line tools
        implementing the
        [usbmon](https://www.kernel.org/doc/Documentation/usb/usbmon.txt) capture
        interface of Linux, through the binary capture API.
        
        ## Development
        
        To set up a development environment, you can use the following commands:
        
        ```shell
        $ git clone https://github.com/Flameeyes/cython-linux-usbmon
        $ cd usbmon-tools
        $ python3 -m venv venv
        $ . venv/bin/activate
        $ pip install -e .[dev]  # editable installation
        $ pre-commit install
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Hardware
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
