Metadata-Version: 1.1
Name: PyProto
Version: 0.01-alpha
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 and let
        you do async code your way without taking over your application.
        
        Initial protocols include HTTP (basic support only) and IRC; more to come.
        
Keywords: eventloop,protocol,epoll,poll,select
Platform: UNKNOWN
Classifier: Development Status :: 3 - 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
