Metadata-Version: 1.1
Name: PyProto
Version: 0.03-prealpha
Summary: High-level protocol abstraction for Python
Home-page: http://github.com/Elizacat/PyProto
Author: Elizabeth Myers
Author-email: elizabeth@sporksmoo.net
License: BSD
Description: A high-level protocol abstraction library for Python.
        
        Created out of frustration with twisted, this is an event-based library that
        attempts to choose the most efficient eventloop system on your platform.
        
        Initial protocols will include HTTP and IRC; more to come.
        
Keywords: eventloop,protocol,epoll,poll,select
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
