Home > Repositories > base > python-beaker

python-beaker: A Session and Caching library with WSGI Middleware

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 http://pylonshq.com/.

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
Name:python-beaker
Release: 1.13.0-1mamba
Group:System/Libraries/Python
Maintainer:silvan
License:BSD
Size:83.08 kB
Upstream URL:https://beaker.readthedocs.io/en/latest/
Build time:2024-04-13 13:52:10
Binary packages and requirements
x86_64i586
Built RPMSpython-beaker-py3
python-beaker-py3
Build requirementslibpython3-devel [1]
libpython311-devel [1]
python3 [1]
libpython3-devel [1]
libpython311-devel [1]
python3 [1]
History of changes
DatePackagerReleaseDescription
2024-04-13Automatic Build System 1.13.0-1mamba- automatic version update by autodist
2024-01-17silvan1.12.1-3mamba- removed requirement for python-setuptools-devel
2023-09-26autodist1.12.1-2mamba- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
2023-02-06autodist1.12.1-1mamba- automatic version update by autodist
2022-12-17silvan1.12.0-1mamba- update to 1.12.0
2019-10-05autodist1.11.0-1mamba- automatic version update by autodist
2019-08-08silvan1.10.1-2mamba- rebuilt with python3 3.7.4
2019-02-23autodist1.10.1-1mamba- automatic version update by autodist
2018-06-07autodist1.10.0-1mamba- automatic version update by autodist
2018-04-28autodist1.9.1-1mamba- automatic version update by autodist