diff options
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 |
commit | d1a046e1e7eeaf98613ad591f2ceee3b8663e7df (patch) | |
tree | cecaff46342f4d7ab1bf8f25542c5371472162a6 /python/Beaker/README | |
parent | d0b7135acaa54534f2bb8a068e84ca24a0082dec (diff) |
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/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/Beaker/README b/python/Beaker/README new file mode 100644 index 000000000000..f555fa542b71 --- /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. |