Metadata-Version: 1.0
Name: eventlet
Version: 0.2
Summary: Coroutine-based networking library
Home-page: http://wiki.secondlife.com/wiki/Eventlet
Author: Linden Lab
Author-email: eventletdev@lists.secondlife.com
License: UNKNOWN
Description: 
        Eventlet is a networking library written in Python. It achieves
        high scalability by using non-blocking io while at the same time
        retaining high programmer usability by using coroutines to make
        the non-blocking io operations appear blocking at the source code
        level.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
