Werkzeug

wsgi utility collection


Werkzeug

http://werkzeug.pocoo.org/shared/werkzeug.png

Werkzeug is a collection of various utilities for WSGI applications. It features request and response objects as well as a powerful url dispatcher and a debugging system.

If you're looking for information about Werkzeug, you're most likely in the wrong place. The Werkzeug webpage can be found at werkzeug.pocoo.org, this is the Werkzeug bug tracker.

If you want to file a bug please register and use your account to create tickets.


The Mercurial repository can be browsed here, and checked out with

hg clone http://dev.pocoo.org/hg/werkzeug-main

Starting Points

Tips and Tricks

The following list points to various small and useful snippets for Werkzeug powered applications. Those snippets are community provided. If you have your own one, add it to the list.

Contrib

Example Applications

Here a list of example applications with sourcecode available:

More applications can be found in the examples folder.