Metadata-Version: 1.0
Name: cogen
Version: 0.1.3
Summary: Coroutines and asynchronous I/O using enhanced generators from python 2.5, including a enhanced WSGI server
Home-page: http://code.google.com/p/cogen/
Author: Maries Ionel Cristian
Author-email: ionel.mc@gmail.com  
License: UNKNOWN
Description: 
        Coroutines in python using enhanced generators from python 2.5
        
        This is a library for network oriented, coroutine based programming.
        The interfaces and events/operations aim to mimic thread features. Coroutines
        work as simple generators, the operations and events work as objects passed in
        and out of the generator, these objects are managed by the scheduler/network poller.
        
        Other features include a wsgi server with coroutine extensions, epoll/kqueue/sendfile enhancements, support for both win32 and linux.
        
        Project page at: http://cogen.googlecode.com/
        Development version at: http://cogen.googlecode.com/svn/trunk/cogen/#egg=cogen-dev
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Topic :: System :: Networking
