summaryrefslogtreecommitdiff
path: root/python/python3-Flask/README
diff options
context:
space:
mode:
authorMDrights <psychi2009@gmail.com>2019-05-17 23:55:40 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-05-17 23:55:40 +0700
commitda4070d5c4399791cf6a1dff79d404dc1b433a2c (patch)
treecb0c9b2baf5d030f6573047e60585aa2a9bfde84 /python/python3-Flask/README
parenta138445e2ded4dd4f7600aa17210a513c9187cce (diff)
downloadslackbuilds-da4070d5c4399791cf6a1dff79d404dc1b433a2c.tar.gz
python/python3-Flask: Added (Microframework for Python3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask/README')
-rw-r--r--python/python3-Flask/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-Flask/README b/python/python3-Flask/README
new file mode 100644
index 0000000000..13caec97e5
--- /dev/null
+++ b/python/python3-Flask/README
@@ -0,0 +1,3 @@
+Flask is a microframework for Python based on Werkzeug
+and Jinja2. It's intended for getting started very quickly
+and was developed with best intentions in mind.