pyramid_beaker provides a session factory for the Pyramid web framework backed by the Beaker sessioning system.
See the Pylons Project documentation for more information.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Python 3.2 compatibility.
· Dropped Jython support (may be re-added after Jython releases a 2.7- compatible version).
· Dropped Python 2.5 support.
· Made compatible with zope.interface 4.0.0 (symptom: TypeError: Class advice impossible in Python3. Use the @implementer class decorator instead. when run under Python 2 or or Python 3)
· Add dev and docs setup.py aliases.