Metadata-Version: 1.0
Name: sake
Version: 0.0.1
Summary: Enables easier Stackless Python application development
Home-page: http://code.google.com/p/sake/
Author: Richard Tew
Author-email: richard.m.tew@gmail.com
License: UNKNOWN
Description: Sake
        ----
        
        An easier way to create `Stackless Python`__ based applications.
        
        __ http://www.stackless.com/
        
        Stackless has a lot to offer, but it does so in a low-level and straightforward
        manner.  Anyone who wishes to make use of it has to implement a lot of the same
        supporting functionality, in order to get to the stage where they can implement
        an application on top of it.  And then there is the domain knowledge that needs
        to be factored into this supporting code, which may only be identified as
        problems arise and are solved.
        
        Sake aims to be a high-level framework that developers can take, and
        immediately use to get started building an application.  All the standard
        supporting logic that gets written, has been written.  Written within
        `CCP Games`__, domain knowledge and corner cases learned over ten years of
        Stackless usage has been taken into account.
        
        __ http://www.ccpgames.com/
        
Keywords: microthreads,coroutines,stackless,codereloading
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 4 - Beta
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
