Werkzeug

The Swiss Army Knife For Python Web Developers

Documentation Overview

Welcome to the Werkzeug documentation.

Reference

Documentation regarding the Werkzeug modules:

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.

  • 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.
  • Deploying WSGI Applications — ready for production? This page covers all the details you have to know to deploy your application on various webservers.