Metadata-Version: 1.0
Name: protlib
Version: 1.2
Summary: library for implementing binary network protocols
Home-page: http://courtwright.org/protlib/
Author: Eli Courtwright
Author-email: eli@courtwright.org
License: BSD
Download-URL: http://courtwright.org/protlib/protlib.tar.gz
Description: 
        protlib makes it easy to implement binary network protocols. It uses
        the struct and SocketServer modules from the standard library. It
        provides support for default and constant struct fields, nested structs, 
        arrays of structs, better handling for strings and arrays, struct 
        inheritance, and convenient syntax for instantiating and using your 
        custom structs.
        
        protlib requires Python 2.6 or any later version in the 2.x line.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
