diff options
author | Philip Lacroix <philnx at posteo dot de> | 2015-02-12 00:14:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-12 00:14:18 +0700 |
commit | 7ded051ce66a78257002d9ea15aabd3b6fff9129 (patch) | |
tree | 0b761b9129ff687d09834514964b77d6dc8b7cf2 /network/bottle/slack-desc | |
parent | 88db70f0e397972e127e312f2afc66252aa9ba21 (diff) |
network/bottle: Added (Python web framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bottle/slack-desc')
-rw-r--r-- | network/bottle/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/bottle/slack-desc b/network/bottle/slack-desc new file mode 100644 index 000000000000..cca52162cb5b --- /dev/null +++ b/network/bottle/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------------------------------------------------------| +bottle: Bottle (Python web framework) +bottle: +bottle: Bottle is a fast, simple and lightweight WSGI micro web-framework +bottle: for Python. It is distributed as a single file module and has no +bottle: dependencies other than the Python Standard Library. +bottle: +bottle: Homepage: http://bottlepy.org +bottle: +bottle: +bottle: +bottle: |