From 0dd8794be2c9fd4a107c74f6a5989e9664665c80 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Fri, 28 Nov 2008 17:51:13 +0200 Subject: [PATCH] beaker: Added beaker 1.1.2 - Sessions and Cache for Python --- python/beaker/beaker.cache | 22 ++++++++++++++++++++++ python/beaker/beaker.desc | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 python/beaker/beaker.cache create mode 100644 python/beaker/beaker.desc diff --git a/python/beaker/beaker.cache b/python/beaker/beaker.cache new file mode 100644 index 000000000..e2220eceb --- /dev/null +++ b/python/beaker/beaker.cache @@ -0,0 +1,22 @@ + +[TIMESTAMP] 1227887366 Fri Nov 28 17:49:26 2008 +[BUILDTIME] 0 (5) +[SIZE] 0.24 MB, 49 files + +[DEP] bash +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] python +[DEP] routes +[DEP] runit +[DEP] sed +[DEP] setuptools +[DEP] sqlalchemy +[DEP] sysfiles +[DEP] tar diff --git a/python/beaker/beaker.desc b/python/beaker/beaker.desc new file mode 100644 index 000000000..0569a9a35 --- /dev/null +++ b/python/beaker/beaker.desc @@ -0,0 +1,38 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../beaker/beaker.desc +[COPY] Copyright (C) 2008 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] Sessions and Cache for Python + +[T] Beaker is a caching library that includes Session and Cache objects +[T] built on Myghty's Container API used in MyghtyUtils. WSGI middleware is +[T] also included to manage Session objects and signed cookies. +[T] Beaker caching is implemented with namespaces allowing one to store not +[T] only any Python data that can be pickled, but also multiple versions of +[T] it by using multiple keys for a single piece of data under a namespace. + +[U] http://beaker.groovie.org + +[A] Ben Bangert +[M] Nagy Karoly Gabriel + +[C] extra/development + +[F] SETUPTOOLS + +[L] BSD +[S] Stable +[V] 1.1.2 +[P] X -----5---9 800.000 + +[D] 1807098041 Beaker-1.1.2.tar.gz http://pypi.python.org/packages/source/B/Beaker/