aboutsummaryrefslogtreecommitdiff
path: root/python/python3-beaker/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-08 22:51:30 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 09:41:52 +0700
commit6defd021c989bff824fb7eea1c399ba0ada73e8c (patch)
treeae39450b48b0fe82e97841fc5b0162657c975cfc /python/python3-beaker/README
parent5bcf2801eff053d2f38f39c0730cbcf73cae7605 (diff)
python/python3-beaker: renamed from Beaker for python3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-beaker/README')
-rw-r--r--python/python3-beaker/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-beaker/README b/python/python3-beaker/README
new file mode 100644
index 000000000000..430003fca177
--- /dev/null
+++ b/python/python3-beaker/README
@@ -0,0 +1,6 @@
+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.