Metadata-Version: 2.1
Name: python-netstring
Version: 0.3.0
Summary: Pure python netstring protocol
Home-page: https://github.com/tiagocoutinho/netstring
Author: Jose Tiago Macara Coutinho
Author-email: coutinhotiago@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/tiagocoutinho/netstring/issues
Keywords: netstring
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE

# netstring

A pure python library implementation of the
[netstring](http://cr.yp.to/proto/netstrings.txt) encoding with a low memory
footprint.

It is heavily inspired by the [hyper](https://github.com/python-hyper)
philosophy in the sense that it's a "bring-your-own-I/O" library.
It does this by providing a `Connection` object.


