Welcome to Flask

Flask: web development, one drop at a timeWelcome to Flask’s documentation. Get started with Installationand then get an overview with the Quickstart. There is also amore detailed Tutorial that shows how to create a small butcomplete application with Flask. Common patterns are described in thePatterns for Flask section. The rest of the docs describe each component ofFlask in detail, with a full reference in the API section.

Flask depends on the Jinja template engine and the Werkzeug WSGItoolkit. The documentation for these libraries can be found at:

User’s Guide

This part of the documentation, which is mostly prose, begins with somebackground information about Flask, then focuses on step-by-stepinstructions for web development with Flask.

API Reference

If you are looking for information on a specific function, class ormethod, this part of the documentation is for you.

Additional Notes

Design notes, legal information and changelog are here for the interested.