Metadata-Version: 1.0
Name: python-netstring
Version: 1.14
Summary: Functions for manipulation of net strings.  (ftp://koobera.math.uic.edu/www/proto/netstrings.txt)
Home-page: ftp://ftp.tummy.com/pub/tummy/Python/netstring/
Author: Sean Reifschneider
Author-email: <jafo-netstring@tummy.com>
License: UNKNOWN
Description: Functions for manipulation of net strings.
        
        Netstrings (as described in ftp://koobera.math.uic.edu/www/proto/netstrings.txt)
        are strings of the form "<length in bytes>:<string>,".  They allow the
        programmer to allocate an appropriately sized buffer ahead of time, and also
        to ensure that an entire string has been received (instead of relying on
        parsing strings on CR-LF markers).
Platform: UNKNOWN
