bumping version and removing universal from bdist_wheel (we can add it back when python3 support comes online
2 files changed
tree: 7a1f6cdfc1477d5bdb59caa95fe85ee1675d9a20
  1. docs/
  2. dpkt/
  3. examples/
  4. tests/
  5. .coveralls.yml
  6. .gitignore
  7. .landscape.yml
  8. .prospector.yaml
  9. .travis.yml
  10. AUTHORS
  11. CHANGES
  12. LICENSE
  13. Makefile
  14. MANIFEST.in
  15. README.md
  16. README.rst
  17. setup.cfg
  18. setup.py
  19. tox.ini
README.md

dpkt

A fast, simple packet creation/parsing python module with definitions for the basic TCP/IP protocols.

travis coveralls landscape version downloads

wheel supported-versions supported-implementations On Deck In Progress

Installation

pip install dpkt

Documentation

dpkt.readthedocs.org

About

This is based on dpkt (Google Code) lead by Dug Song and is now being maintained and improved by an extended set of contributors and developers.

LICENSE

BSD 3-Clause