aboutsummaryrefslogtreecommitdiff
path: root/python/python3-beaker/README
diff options
context:
space:
mode:
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.