Flask-Swag

Build swagger spec with Flask.


License
MIT
Install
pip install Flask-Swag==0.1.1

Documentation

Flask-Swag

Swagger spec extractor for flask.

It supports only python3.4 and higher.

PyPI Version

Build Status

Documentation Status

Code Climate

Code Coverage

How to use it

Flask-Swag is a Flask extesnsion.

You can configure by

then, Swagger-UI will be served at /swagger/ui/

Screenshot

You can add details to flask view functions.

Documentation

You can find out more info at http://flask-swag.readthedocs.org/