From 683b8415048f445e3ad02dbd720ec9ad293c3eb7 Mon Sep 17 00:00:00 2001 From: Brian Wylie Date: Thu, 23 Mar 2017 15:07:04 -0600 Subject: [PATCH] update readme --- README.md | 27 --------------------------- README.rst | 8 ++++++++ 2 files changed, 8 insertions(+), 27 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 4978720b..00000000 --- a/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# dpkt - -**A fast, simple packet creation/parsing python module with definitions for the basic TCP/IP protocols.** - -[![travis](http://img.shields.io/travis/kbandla/dpkt.svg)](https://travis-ci.org/kbandla/dpkt) -[![coveralls](http://img.shields.io/coveralls/kbandla/dpkt.svg)](https://coveralls.io/r/kbandla/dpkt) -[![landscape](https://landscape.io/github/kbandla/dpkt/master/landscape.svg)](https://landscape.io/github/kbandla/dpkt/master) -[![version](http://img.shields.io/pypi/v/dpkt.svg)](https://pypi.python.org/pypi/dpkt) - -[![wheel](https://img.shields.io/pypi/wheel/dpkt.svg)](https://pypi.python.org/pypi/dpkt) -[![supported-versions](https://img.shields.io/pypi/pyversions/dpkt.svg)](https://pypi.python.org/pypi/dpkt) -[![supported-implementations](https://img.shields.io/pypi/implementation/dpkt.svg)](https://pypi.python.org/pypi/dpkt) - -## Installation - - pip install dpkt - -## Documentation - -**[dpkt.readthedocs.org](https://dpkt.readthedocs.org/)** - -## About -This is based on [dpkt](https://code.google.com/p/dpkt/) (Google Code) 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 diff --git a/README.rst b/README.rst index 2a414cda..217f629b 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,14 @@ 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 `__. + +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 =====