DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython3-beaker
Beschreibungcache and session library for Python 3
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.5.4-4
Sektionpython
Prioritätoptional
Installierte Größe268 Byte
Hängt ab vonpython3 (>= 3.1.2-8~)
Empfohlene Paketepython3-pkg-resources
PaketbetreuerDebian Python Modules Team
Quellebeaker
Paketgröße32962 Byte
Prüfsumme MD55d49f2446f0bc197ae3ab59eb7a3f5a2
Prüfsumme SHA1c2dfe6a5268d0b201ee30234d239b3655f29dff1
Prüfsumme SHA256581c8f2481d2b9fc17d61cd2c9376deed352938c7af77b9c9028b44b2642d0f3
Link zum Herunterladenpython3-beaker_1.5.4-4_all.deb
Ausführliche BeschreibungBeaker 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. . 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 cookies to prevent session hijacking/spoofing * Cookie-only sessions to remove the need for a database 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


Impressum
Linux is a registered trademark of Linus Torvalds