diff options
Diffstat (limited to 'python/python3-Flask-RESTX/README')
-rw-r--r-- | python/python3-Flask-RESTX/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-Flask-RESTX/README b/python/python3-Flask-RESTX/README new file mode 100644 index 0000000000..8ba776d18a --- /dev/null +++ b/python/python3-Flask-RESTX/README @@ -0,0 +1,7 @@ +python3-Flask-RESTX (community driven fork of Flask-RESTPlus) + +Flask-RESTX is an extension for Flask that adds support for quickly +building REST APIs. Flask-RESTX encourages best practices with minimal +setup. If you are familiar with Flask, Flask-RESTX 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. |