diff options
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 |
commit | 7156e1be438f29a1bbc52d525db503af6acb8156 (patch) | |
tree | ab935fa35199aeeb215cb7ab73526be288884f21 /python/Flask/slack-desc | |
parent | 02f6e20b705d01344600199a77bb2a21006a74d9 (diff) | |
download | slackbuilds-7156e1be438f29a1bbc52d525db503af6acb8156.tar.gz |
python/Flask: Added (Microframework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Flask/slack-desc')
-rw-r--r-- | python/Flask/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/Flask/slack-desc b/python/Flask/slack-desc new file mode 100644 index 0000000000..6e0a4c8879 --- /dev/null +++ b/python/Flask/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +Flask: Flask (Microframework based on Werkzeug, Jinja2 and good intentions) +Flask: +Flask: Flask is a microframework for Python based on Werkzeug, Jinja 2 +Flask: and good intentions. +Flask: +Flask: +Flask: +Flask: +Flask: +Flask: Homepage: http://flask.pocoo.org/ +Flask: |