Metadata-Version: 1.0
Name: stacklesslib
Version: 1.0.0
Summary: Standard Stackless Python supporting functionality
Home-page: http://code.google.com/p/sake/
Author: Richard Tew
Author-email: richard.m.tew@gmail.com
License: UNKNOWN
Description: stacklesslib
        ============
        
        This is a simple framework that layers useful functionality around the
        Stackless scheduler.  It's sole purpose is to implement the logic that
        an developer needs to implement themselves, to make best use of
        Stackless.
        
         * A sleep function, to allow a tasklet to sleep for a period of time.
         * Monkeypatching to make blocking IO block tasklets not threads.
         
Keywords: microthreads,coroutines,stackless,monkeypatching
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
