Beaker is a web session and general caching library that includes WSGI middleware for use in web applications.
As a general caching library, Beaker can handle storing for various times any Python object that can be pickled with optional back-ends on a fine-grained basis.
Beaker was built largely on the code from MyghtyUtils, then refactored and extended with database support.
Beaker includes Cache and Session WSGI middleware to ease integration with WSGI capable frameworks, and is automatically used by Pylons and TurboGears.
FeaturesFast, robust performance
Multiple reader/single writer lock system to avoid duplicate simultaneous cache creation
Cache back-ends include dbm, file, memory, memcached, Redis, MongoDB, and database (Using SQLAlchemy for multiple-db vendor support)
Signed cookies 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
Caches 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
Documentation can be found on the Official Beaker Docs site.
SourceThe latest developer version is available in a GitHub repository.
ContributingBugs can be filed on GitHub, should be accompanied by a test case to retain current code coverage, and should be in a pull request when ready to be accepted into the beaker code-base.
Download filesDownload the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution File detailsDetails for the file Beaker-1.13.0.tar.gz
.
e956cd8a35ad5de1b5212c7bff8fc01e2b3d34ab92466d24684c666abb8c9c30
MD5 fb7069456a95227eaa2d01c29494afad
BLAKE2b-256 fde5136a88e873d8159400a626abd26c2f6c89ab01ceca23f622dcbc1945e2df
See more details on using hashes here.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4