Metadata-Version: 1.0
Name: cogen
Version: 0.1.0
Summary: Coroutines in python using enhanced generators from python 2.5
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.
        
        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 :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD 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
