Using Swagger with Flask
Flask is now supported from the Swagger Editor: http://editor.swagger.io/#/
There is Flask-RESTPlus based on Flask-Restful until now. It provides some decorators to document your API and generate a Swagger specification, a Postman collection...
Next version will be able to generate the API from Swagger specifications.