Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install werkzeug

How to install Werkzeug

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install werkzeug
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.9.3
0.9.4Never BuiltWhy not?
0.9.3 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.2 Available View build log
0.4.1 Available View build log
Windows (64-bit)
0.9.3
0.9.4Never BuiltWhy not?
0.9.3 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.2 Available View build log
0.4.1 Available View build log
Mac OS X (10.5+)
0.9.3
0.9.4Never BuiltWhy not?
0.9.3 Available View build log
0.9.1 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.2 Available View build log
0.4.1 Available View build log
Linux (32-bit)
0.9.3
0.9.4Never BuiltWhy not?
0.9.3 Available View build log
0.9.1 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.2 Available View build log
0.4.1 Available View build log
Linux (64-bit)
0.9.4 Available View build log
0.9.3 Available View build log
0.9.1 Available View build log
0.8.3 Available View build log
0.8.2 Available View build log
0.8.1 Available View build log
0.8 Available View build log
0.7.1 Available View build log
0.7 Available View build log
0.6.2 Available View build log
0.4.1 Available View build log
0.9.4 Available View build log
0.9.3 Available View build log
0.9.1 Available View build log
 
License
BSD
Lastest release
version 0.9.4 on Sep 20th, 2013

Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules.

Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).

Details and example applications are available on the Werkzeug website.

Features

  • unicode awareness
  • request and response objects
  • various utility functions for dealing with HTTP headers such as Accept and Cache-Control headers.
  • thread local objects with proper cleanup at request end
  • an interactive debugger
  • A simple WSGI server with support for threading and forking with an automatic reloader.
  • a flexible URL routing system with REST support.
  • fully WSGI compatible

Development Version

The Werkzeug development version can be installed by cloning the git repository from github:

git clone git@github.com:mitsuhiko/werkzeug.git

Subscribe to package updates

Last updated Sep 20th, 2013

Download Stats

Last month:23

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.