summaryrefslogtreecommitdiffstats
path: root/network/bottle/README
diff options
context:
space:
mode:
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.