./wip/py-Beaker, Session and caching library with WSGI middleware

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.11.0, Package name: py310-Beaker-1.11.0, Maintainer: pkgsrc-users

Beaker is a web session and general caching library that
includes WSGI middleware for use in web applications.

Features:
* Fast, robust performance
* Multiple reader/single writer lock system to avoid duplicate
simultaneous cache creation
* Cache back-ends include dbm, file, memory, memcached, and database
(Using SQLAlchemy for multiple-db vendor support)
* Signed cookie's to prevent session hijacking/spoofing
* Cookie-only sessions to remove the need for a db or file backend
(ideal for clustered systems)
* Extensible Container object to support new back-ends
* Cache's can be divided into namespaces (to represent templates,
objects, etc.) then keyed for different copies
* Create functions for automatic call-backs to create new cache
copies after expiration
* Fine-grained toggling of back-ends, keys, and expiration per
Cache object


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 98b78f5963f58c6db6b66a54d40297c226a98452
Filesize: 39.973 KB

Version history: (Expand)


CVS history: (Expand)


   2015-07-15 19:54:20 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 1.7.0. Changes not found.
   2012-10-06 19:13:24 by Aleksej Saushev | Files touched by this commit (44)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-08-16 00:27:24 by tez | Files touched by this commit (1)
Log message:
note http://secunia.com/advisories/50226/
   2012-06-27 16:42:29 by Wen Heping | Files touched by this commit (3)
Log message:
- Update to 1.6.3
- Add LICENSE
   2012-05-11 14:47:07 by ndb | Files touched by this commit (16)
Log message:
EGG_INFODIR in PLIST.
   2010-02-18 13:29:44 by Wen Heping | Files touched by this commit (3)
Log message:
- Update to 1.5.1
   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2008-08-06 00:59:31 by Jari Kuittinen | Files touched by this commit (4) | Imported package
Log message:
Import Beaker-0.9.5 as wip/py-Beaker.

Beaker is a web session and general caching library that
includes WSGI middleware for use in web applications.