aboutsummaryrefslogtreecommitdiff
path: root/python/flask-restplus/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-09 16:57:07 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-13 07:22:19 +0700
commit29aee9d52cbc7b1e6a902b2864945f691a3fc082 (patch)
tree4b8c6cb34c9ef0b6ea2c492ff32ef55218c15b8a /python/flask-restplus/README
parentb662397923ce8ce3ef1408bc56f8229ff188bf28 (diff)
downloadslackbuilds-29aee9d52cbc7b1e6a902b2864945f691a3fc082.tar.xz
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 000000000000..5dbe5fdceb73
--- /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.