aboutsummaryrefslogtreecommitdiff
path: root/python/python3-Flask-RESTX/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-05-20 22:31:43 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-21 08:25:31 +0700
commita05426545f63dfd23f451bbdfc60ece278ee0a8d (patch)
tree2cf94a99c16a38d03877910cfb5c8f003215abad /python/python3-Flask-RESTX/README
parent30738594e1b0bee03553d2cc3bb69ea649dbd136 (diff)
python/python3-Flask-RESTX: Added (community fork of Flask-RESTPlus)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-RESTX/README')
-rw-r--r--python/python3-Flask-RESTX/README7
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 000000000000..8ba776d18ae9
--- /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.