diff options
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. |