aboutsummaryrefslogtreecommitdiff
path: root/python/python3-bottle/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-06-22 23:10:23 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-22 23:10:38 +0700
commitb587b4f03416f487215bf54ab2e8bb7f1f5bf02e (patch)
treebe07380e4adba724bcdc19bbf78add906fc5dc9d /python/python3-bottle/README
parentc7f9b12658890e7b9388aa4b2049cb2356c893f4 (diff)
python/python3-bottle: Added (Python Web Framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-bottle/README')
-rw-r--r--python/python3-bottle/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-bottle/README b/python/python3-bottle/README
new file mode 100644
index 0000000000..fb045a510e
--- /dev/null
+++ b/python/python3-bottle/README
@@ -0,0 +1,3 @@
+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.