diff options
Diffstat (limited to 'python/flask-restplus/slack-desc')
-rw-r--r-- | python/flask-restplus/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/flask-restplus/slack-desc b/python/flask-restplus/slack-desc new file mode 100644 index 0000000000..3b9492af0a --- /dev/null +++ b/python/flask-restplus/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------------------------------------------------------| +flask-restplus: flask-restplus (Flask extension for building REST APIs) +flask-restplus: +flask-restplus: Flask-RESTPlus is an extension for Flask that adds support for +flask-restplus: quickly building REST APIs. Flask-RESTPlus encourages best practices +flask-restplus: with minimal setup. If you are familiar with Flask, Flask-RESTPlus +flask-restplus: should be easy to pick up. It provides a coherent collection of +flask-restplus: of decorators and tools to describe your API and expose its +flask-restplus: documentation properly using Swagger. +flask-restplus: +flask-restplus: Homepage: https://github.com/noirbizarre/flask-restplus +flask-restplus: |