summaryrefslogtreecommitdiffstats
path: root/python/Flask/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-15 09:11:57 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:21:02 -0600
commit7156e1be438f29a1bbc52d525db503af6acb8156 (patch)
treeab935fa35199aeeb215cb7ab73526be288884f21 /python/Flask/README
parent02f6e20b705d01344600199a77bb2a21006a74d9 (diff)
downloadslackbuilds-7156e1be438f29a1bbc52d525db503af6acb8156.tar.gz
slackbuilds-7156e1be438f29a1bbc52d525db503af6acb8156.tar.xz
python/Flask: Added (Microframework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Flask/README')
-rw-r--r--python/Flask/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Flask/README b/python/Flask/README
new file mode 100644
index 0000000000..fdc117a9e8
--- /dev/null
+++ b/python/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.