diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-09 16:57:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 29aee9d52cbc7b1e6a902b2864945f691a3fc082 (patch) | |
tree | 4b8c6cb34c9ef0b6ea2c492ff32ef55218c15b8a /python/flask-restplus/slack-desc | |
parent | b662397923ce8ce3ef1408bc56f8229ff188bf28 (diff) |
python/flask-restplus: Added (Flask extn for building REST APIs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/flask-restplus/slack-desc')
-rw-r--r-- | python/flask-restplus/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/flask-restplus/slack-desc b/python/flask-restplus/slack-desc new file mode 100644 index 000000000000..3b9492af0a46 --- /dev/null +++ b/python/flask-restplus/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-restplus: flask-restplus (Flask extension for building REST APIs) +flask-restplus: +flask-restplus: Flask-RESTPlus is an extension for Flask that adds support for +flask-restplus: quickly building REST APIs. Flask-RESTPlus encourages best practices +flask-restplus: with minimal setup. If you are familiar with Flask, Flask-RESTPlus +flask-restplus: should be easy to pick up. It provides a coherent collection of +flask-restplus: of decorators and tools to describe your API and expose its +flask-restplus: documentation properly using Swagger. +flask-restplus: +flask-restplus: Homepage: https://github.com/noirbizarre/flask-restplus +flask-restplus: |