From b587b4f03416f487215bf54ab2e8bb7f1f5bf02e Mon Sep 17 00:00:00 2001 From: Yth - Arnaud Date: Thu, 22 Jun 2023 23:10:23 +0700 Subject: python/python3-bottle: Added (Python Web Framework). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-bottle/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-bottle/README (limited to 'python/python3-bottle/README') 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. -- cgit v1.2.3