Werkzeug

The Swiss Army Knife For Python Web Developers

Documentation Overview

This document represents the status of the Werkzeug development version, which can be different from previous releases. If you are not using the latest version and you encounter problems look at the documentation shipped with Werkzeug.

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.