diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 22:51:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 09:41:52 +0700 |
commit | 6defd021c989bff824fb7eea1c399ba0ada73e8c (patch) | |
tree | ae39450b48b0fe82e97841fc5b0162657c975cfc /python/python3-beaker/slack-desc | |
parent | 5bcf2801eff053d2f38f39c0730cbcf73cae7605 (diff) |
python/python3-beaker: renamed from Beaker for python3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-beaker/slack-desc')
-rw-r--r-- | python/python3-beaker/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-beaker/slack-desc b/python/python3-beaker/slack-desc new file mode 100644 index 000000000000..9da335722f4e --- /dev/null +++ b/python/python3-beaker/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-beaker: python3-beaker (Caching Library) +python3-beaker: +python3-beaker: Beaker is a library for caching and sessions for use with web +python3-beaker: applications and stand-alone Python scripts and applications. +python3-beaker: +python3-beaker: It comes with WSGI middleware for easy drop-in use with WSGI based +python3-beaker: web applications, and caching decorators for ease of use with any +python3-beaker: Python based application. +python3-beaker: +python3-beaker: +python3-beaker: |