From cdcc62972d42f009f55e6aeb2ca5c60c3acd75eb Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Wed, 26 Aug 2015 14:27:43 +0300 Subject: added dpkt package, initial stateless client implementation --- .../python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO | 82 ++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO (limited to 'external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO') diff --git a/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO new file mode 100644 index 00000000..baf82a26 --- /dev/null +++ b/external_libs/python/dpkt-1.8.6.2/dpkt.egg-info/PKG-INFO @@ -0,0 +1,82 @@ +Metadata-Version: 1.1 +Name: dpkt +Version: 1.8.6.2 +Summary: fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols +Home-page: http://dpkt.googlecode.com/ +Author: Dug Song +Author-email: dugsong@monkey.org +License: BSD +Description: + ==== + dpkt + ==== + + | |travis| |coveralls| |landscape| |downloads| + | |version| |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 + + .. |landscape| image:: https://landscape.io/github/kbandla/dpkt/master/landscape.svg + :target: https://landscape.io/github/kbandla/dpkt/master + :alt: Code Quality Status + + .. |version| image:: http://img.shields.io/pypi/v/dpkt.svg + :alt: PyPI Package latest release + :target: https://pypi.python.org/pypi/dpkt + + .. |downloads| image:: http://img.shields.io/pypi/dm/dpkt.svg + :alt: PyPI Package monthly downloads + :target: https://pypi.python.org/pypi/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/ + + About + ===== + + This code is based on `dpkt code `__ lead by Dug Song and + is now being maintained and improved by an extended set of + `contributors `__ + and `developers `__. + + 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.6 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy -- cgit 1.2.3-korg