diff options
Diffstat (limited to 'python/Beaker/README')
-rw-r--r-- | python/Beaker/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/Beaker/README b/python/Beaker/README index f555fa542b..430003fca1 100644 --- a/python/Beaker/README +++ b/python/Beaker/README @@ -1,5 +1,6 @@ -Beaker is a library for caching and sessions for use with web applications and -stand-alone Python scripts and applications. +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. +applications, and caching decorators for ease of use with any Python +based application. |