aboutsummaryrefslogtreecommitdiff
path: root/network/bottle/README
diff options
context:
space:
mode:
authorPhilip Lacroix <slackph at posteo dot de>2021-02-19 21:32:20 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-02-21 00:05:02 +0700
commit5abb153d845892fc474df6af96594087063b0243 (patch)
treeaa5fc9a859767a57d64f06b354211119c6f07388 /network/bottle/README
parent80a5337092a0bf2b81238de06941236122431194 (diff)
network/bottle: Updated for version 0.12.19.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bottle/README')
-rw-r--r--network/bottle/README8
1 files changed, 3 insertions, 5 deletions
diff --git a/network/bottle/README b/network/bottle/README
index f64ed2a768e5f..65cf685e373d9 100644
--- a/network/bottle/README
+++ b/network/bottle/README
@@ -1,5 +1,3 @@
-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.
+bottle is a fast, simple and lightweight WSGI micro web-framework for
+Python. It is distributed as a single file module and has no
+dependencies other than the Python Standard Library.