summaryrefslogtreecommitdiff
path: root/python/python-klein/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2017-01-30 07:34:02 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-03 04:33:08 +0700
commite1a1a7331dbd0dc6e96984befad2c7fce04c3530 (patch)
treebb7ceae868b3a6800d73a65e3fe13f03acf2d787 /python/python-klein/README
parentf9bbfb1262ad68fc0f266725c400122e6f1ef377 (diff)
downloadslackbuilds-e1a1a7331dbd0dc6e96984befad2c7fce04c3530.tar.gz
python/python-klein: Added (micro-framework for web services).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-klein/README')
-rw-r--r--python/python-klein/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-klein/README b/python/python-klein/README
new file mode 100644
index 0000000000..e7bb343918
--- /dev/null
+++ b/python/python-klein/README
@@ -0,0 +1,2 @@
+Klein is a micro-framework for developing production-ready web services
+with Python. It has a small API similar to Bottle and Flask.