Flask

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!

Flask’s documentation is divided into different parts.  They recommend that you get started with Installation and then head over to the Quickstart. Besides the quickstart there is also a more detailed Tutorial that shows how to create a complete (albeit small) application with Flask. If you’d rather dive into the internals of Flask, check out the APIdocumentation. Common patterns are described in the Patterns for Flask section.

Flask depends on two external libraries: the Jinja2 template engine and the Werkzeug WSGI toolkit. These libraries are not documented here. 

Key Links

Tags: API Deployment, Framework, Python



/apitools/flask.php