slackbuilds_ponce/python/flask-restplus/slack-desc
Dimitris Zlatanidis 29aee9d52c
python/flask-restplus: Added (Flask extn for building REST APIs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-08-13 07:22:19 +07:00

19 lines
1.1 KiB
Text

# 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: