The Swiss Army Knife For Python Web Developers
Werkzeug is available under the BSD License. If you have easy_install installed on your computer, you can use the following command to install Werkzeug:
easy_install Werkzeug
This will automatically install the most recent release version. If you want to give the development version a try you need mercurial:
hg clone http://dev.pocoo.org/hg/werkzeug-main
If you don't have easy_install or you want to download the tarball yourself you can find the most recent release here:
These are the old release versions. Normally you should be able to use the most recent one, but if you need to support an older version too you can download them here and test them.