Metadata-Version: 1.1
Name: dpkt
Version: 1.9.4
Summary: fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Home-page: https://github.com/kbandla/dpkt
Author: Various
Author-email: UNKNOWN
License: BSD
Description: 
        ====
        dpkt
        ====
        
        | |travis| |coveralls| |wheel| |supported-versions| |supported-implementations|
        
        .. |travis| image:: http://img.shields.io/travis/kbandla/dpkt.svg
            :alt: Travis-CI Build Status
            :target: https://travis-ci.org/kbandla/dpkt
        
        .. |coveralls| image:: http://img.shields.io/coveralls/kbandla/dpkt.svg
            :alt: Coverage Status
            :target: https://coveralls.io/r/kbandla/dpkt
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/dpkt.svg 
            :alt: PyPI Wheel
            :target: https://pypi.python.org/pypi/dpkt
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dpkt.svg 
            :alt: Supported versions
            :target: https://pypi.python.org/pypi/dpkt
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dpkt.svg
            :alt: Supported implementations
            :target: https://pypi.python.org/pypi/dpkt
        
        Installation
        ============
        
        ::
        
            pip install dpkt
        
        Documentation
        =============
        
        https://dpkt.readthedocs.org/
        
        Recent News
        ===========
        The DPKT code base now supports both Python2 and Python3 thanks to the efforts of @kylekeppler @jonathanslenders @sunhao2014 and many `more <https://github.com/kbandla/dpkt/graphs/contributors>`__.
        
        Given the large amount of work that went into the Python3 support there's bound to be a few wrinkles that crop up.
        
        - Please submit an Issue if you find a problem
        - The legacy/stable release is dpkt==1.8.8 (https://github.com/kbandla/dpkt/releases), please use this release if you have any troubles.
        
        About
        =====
        
        This code is based on `dpkt code <https://code.google.com/p/dpkt/>`__ lead by Dug Song and 
        is now being maintained and improved by an extended set of 
        `contributors <https://dpkt.readthedocs.org/en/latest/authors.html>`__
        and `developers <https://github.com/kbandla/dpkt/graphs/contributors>`__.
        
        LICENSE
        -------
        
        BSD 3-Clause
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
