From 29aee9d52cbc7b1e6a902b2864945f691a3fc082 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 9 Aug 2016 16:57:07 +0100 Subject: python/flask-restplus: Added (Flask extn for building REST APIs). Signed-off-by: David Spencer --- python/flask-restplus/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/flask-restplus/README (limited to 'python/flask-restplus/README') 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. -- cgit v1.2.3