Metadata-Version: 1.0
Name: Beaker
Version: 0.5
Summary: Session (and caching soon) WSGI Middleware
Home-page: http://beaker.groovie.org
Author: Julian Krause, Ben Bangart
Author-email: thecrypto@thecrypto.org
License: MIT
Description: Beaker is a simple WSGI middleware to use the Myghty Container API
        
        MyghtyUtils contains a very robust Container API for storing data using various
        backend. Beakeruses those APIs to implement common web application wrappers,
        like sessions and caching, in WSGI middleware. Currently the only middleware
        implemented is that for sessions but more is coming soon.
        
        The latest version is available in a `Subversion repository
        <http://beaker.groovie.org/svn/trunk/Beaker#egg=Beaker-dev>`_.
        
Keywords: wsgi myghty session web middleware
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
