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/README | |
parent | 88db70f0e397972e127e312f2afc66252aa9ba21 (diff) | |
download | slackbuilds-7ded051ce66a78257002d9ea15aabd3b6fff9129.tar.gz |
network/bottle: Added (Python web framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bottle/README')
-rw-r--r-- | network/bottle/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/bottle/README b/network/bottle/README new file mode 100644 index 0000000000..9506e8bf4e --- /dev/null +++ b/network/bottle/README @@ -0,0 +1,5 @@ +Bottle is a fast and simple micro-framework for small web applications. It +offers request dispatching (Routes) with url parameter support, templates, +a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and +template engines - all in a single file and with no dependencies other than +the Python Standard Library. |