1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: beaker
Section: python
Priority: optional
Maintainer: Oleksandr Moskalenko <malex@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), python (>= 2.3.3), python-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
Standards-Version: 3.8.0
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/beaker/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/?op=log
Package: python-beaker
Architecture: all
Depends: ${python:Depends}, python
Recommends: python-sqlalchemy
XB-Python-Version: ${python:Versions}
Enhances: python-pylons
Description: Simple WSGI middleware that uses the Myghty Container API
MyghtyUtils contains a very robust Container API for storing data using
various backends. Beaker uses 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.
|