summaryrefslogtreecommitdiffstats
path: root/network/bottle/README
diff options
context:
space:
mode:
author Philip Lacroix2015-02-11 18:14:18 +0100
committer Willy Sudiarto Raharjo2015-02-11 18:14:18 +0100
commit7ded051ce66a78257002d9ea15aabd3b6fff9129 (patch)
tree0b761b9129ff687d09834514964b77d6dc8b7cf2 /network/bottle/README
parent88db70f0e397972e127e312f2afc66252aa9ba21 (diff)
downloadold.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/README5
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.