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