~ubuntu-branches/ubuntu/natty/beaker/natty-security

« back to all changes in this revision

Viewing changes to Beaker.egg-info/PKG-INFO

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2006-10-16 22:46:18 UTC
  • Revision ID: james.westby@ubuntu.com-20061016224618-667keoru7cfs36ed
Tags: 0.6.1-1
Initial release (Closes: #393756).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 1.0
 
2
Name: Beaker
 
3
Version: 0.6.2dev
 
4
Summary: Session (and caching soon) WSGI Middleware
 
5
Home-page: http://beaker.groovie.org
 
6
Author: Julian Krause, Ben Bangart
 
7
Author-email: thecrypto@thecrypto.org
 
8
License: MIT
 
9
Description: Beaker is a simple WSGI middleware to use the Myghty Container API
 
10
        
 
11
        MyghtyUtils contains a very robust Container API for storing data using various
 
12
        backend. Beakeruses those APIs to implement common web application wrappers,
 
13
        like sessions and caching, in WSGI middleware. Currently the only middleware
 
14
        implemented is that for sessions but more is coming soon.
 
15
        
 
16
        The latest version is available in a `Subversion repository
 
17
        <http://beaker.groovie.org/svn/trunk/Beaker#egg=Beaker-dev>`_.
 
18
        
 
19
Keywords: wsgi myghty session web middleware
 
20
Platform: UNKNOWN
 
21
Classifier: Development Status :: 5 - Production/Stable
 
22
Classifier: Environment :: Web Environment
 
23
Classifier: Intended Audience :: Developers
 
24
Classifier: License :: OSI Approved :: MIT License
 
25
Classifier: Programming Language :: Python
 
26
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content