Metadata-Version: 2.0
Name: packety
Version: 0.2.2
Summary: Simple packet based networking, with a side of async
Home-page: https://github.com/mincrmatt12/packety
Author: mincrmatt12
Author-email: UNKNOWN
License: UNKNOWN
Keywords: networking packet async
Platform: UNKNOWN
Requires-Dist: gevent
Requires-Dist: six

What is it?
-----------

A simple and async networking library designed around using packets.

Examples are coming soon.

Changelog
---------

0.0.6:
======

Initial release

0.0.7
=====
+ added validators

0.1.0
=====

* fixed various validator bugs
* added more client support

0.1.1
=====

- removed String.max_len, as it is superseded by validators

0.1.3
=====

* bugfixes

0.2.0
=====

+ compatibility with python 2

