summaryrefslogtreecommitdiffstats
path: root/python/flask-restplus/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-08-09 17:57:07 +0200
committer Willy Sudiarto Raharjo2016-08-13 02:22:19 +0200
commit29aee9d52cbc7b1e6a902b2864945f691a3fc082 (patch)
tree4b8c6cb34c9ef0b6ea2c492ff32ef55218c15b8a /python/flask-restplus/README
parentb662397923ce8ce3ef1408bc56f8229ff188bf28 (diff)
downloadslackbuilds-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/README6
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.