diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2022-04-05 14:54:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:44 +0700 |
commit | ea9be7d4ab7622256890e1caffb850512c6dec36 (patch) | |
tree | 51c538fa4bbfc7742c67b338ea2c8a9b717096de /python/python3-klein/README | |
parent | 8ee0d47a681d52c761ab7b53592fd2acb5414345 (diff) |
python/python3-klein: Added (micro-framework for web services).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-klein/README')
-rw-r--r-- | python/python3-klein/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python3-klein/README b/python/python3-klein/README new file mode 100644 index 0000000000..e7bb343918 --- /dev/null +++ b/python/python3-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. |