Home > Repository > devel-misc > 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
⚠ Questo pacchetto ha i seguenti problemi:
  • python-beaker(noarch,devel-misc): python-beaker(noarch,devel-misc) obsoletes python-beaker-py3 provided by python-beaker-py3(x86_64,base) which comes from same source name; ignoring
  • richiede il porting alle architetture: i586
Nome:python-beaker
Versione: 1.13.0-2mamba
Gruppo:System/Libraries/Python
Manutentore:silvan
Licenza:BSD
Dimensione:83.40 kB
URL di origine:https://beaker.readthedocs.io/en/latest/
Data di compilazione:2026-07-08 17:01:21
File sorgenti
Beaker-1.13.0.tar.gz
python-beaker.spec
Pacchetti binari e dipendenze
x86_64
RPM creatipython-beaker
Dipendenze di compilazionelibpython314-devel [1] [2]
python3[>=0:3.14.6-2mamba] [1]
Cronologia delle modifiche
DataPackagerVersioneDescrizione
2026-07-08Automatic Build System 1.13.0-2mamba- rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba
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
Richiesto in compilazione da