Documentation Overview
Welcome in the Werkzeug documentation.
Reference
Documentation regarding the Werkzeug modules and Werkzeug as such.
- Installing Werkzeug
- Wrappers - wrap environ and start_response in request/response objects.
- Routing System - a powerful URL dispatcher and builder.
- Mini Templates - minimal templating system
- Utilities - useful things like multi value dicts, a data structure for headers etc.
- Debugging System - interactive debugger
- Package Templates - getting started quickly.
General Development Information
This part of the documentation mainly explains how to develop WSGI applications. This is also interesting if you don't want to use Werkzeug but other WSGI utilities, the ideas are the same.
- Serving WSGI Applications - serving WSGI applications.
- How WSGI Works - short introduction to WSGI and Werkzeug.
- Organizing Code - gives you an idea how you can organize your code when using Werkzeug.
- Other Libraries - links to other libraries you can use with Werkzeug.