diff options
Diffstat (limited to 'python/python3-Flask-RESTX/slack-desc')
-rw-r--r-- | python/python3-Flask-RESTX/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-Flask-RESTX/slack-desc b/python/python3-Flask-RESTX/slack-desc new file mode 100644 index 0000000000..f245bf68d5 --- /dev/null +++ b/python/python3-Flask-RESTX/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-Flask-RESTX: python3-Flask-RESTX (community driven fork of Flask-RESTPlus) +python3-Flask-RESTX: +python3-Flask-RESTX: Flask-RESTX is an extension for Flask that adds support for quickly +python3-Flask-RESTX: building REST APIs. Flask-RESTX encourages best practices with minimal +python3-Flask-RESTX: setup. If you are familiar with Flask, Flask-RESTX should be easy to +python3-Flask-RESTX: pick up. It provides a coherent collection of decorators and tools to +python3-Flask-RESTX: describe your API and expose its documentation properly using Swagger. +python3-Flask-RESTX: +python3-Flask-RESTX: Homepage: https://github.com/python-restx/flask-restx +python3-Flask-RESTX: +python3-Flask-RESTX: |