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/README | |
parent | b662397923ce8ce3ef1408bc56f8229ff188bf28 (diff) | |
download | slackbuilds-29aee9d52cbc7b1e6a902b2864945f691a3fc082.tar.gz |
python/flask-restplus: Added (Flask extn for building REST APIs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/flask-restplus/README')
-rw-r--r-- | python/flask-restplus/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/flask-restplus/README b/python/flask-restplus/README new file mode 100644 index 0000000000..5dbe5fdceb --- /dev/null +++ b/python/flask-restplus/README @@ -0,0 +1,6 @@ +Flask-RESTPlus is an extension for Flask that adds support +for quickly building REST APIs. Flask-RESTPlus encourages +best practices with minimal setup. If you are familiar with +Flask, Flask-RESTPlus should be easy to pick up. It provides +a coherent collection of decorators and tools to describe +your API and expose its documentation properly using Swagger. |