summaryrefslogtreecommitdiffstats
path: root/python/Beaker/README
diff options
context:
space:
mode:
author Yth - Arnaud <yth@ythogtha.org>2019-10-24 00:01:55 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-10-24 00:01:55 +0700
commitd1a046e1e7eeaf98613ad591f2ceee3b8663e7df (patch)
treececaff46342f4d7ab1bf8f25542c5371472162a6 /python/Beaker/README
parentd0b7135acaa54534f2bb8a068e84ca24a0082dec (diff)
downloadslackbuilds-d1a046e1e7eeaf98613ad591f2ceee3b8663e7df.tar.gz
slackbuilds-d1a046e1e7eeaf98613ad591f2ceee3b8663e7df.tar.xz
python/Beaker: Added (Caching Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Beaker/README')
-rw-r--r--python/Beaker/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/Beaker/README b/python/Beaker/README
new file mode 100644
index 0000000000..f555fa542b
--- /dev/null
+++ b/python/Beaker/README
@@ -0,0 +1,5 @@
+Beaker is a library for caching and sessions for use with web applications and
+stand-alone Python scripts and applications.
+It comes with WSGI middleware for easy drop-in use with WSGI based web
+applications, and caching decorators for ease of use with any Python based
+application.