Werkzeug

werkzeug German noun: “tool”.Etymology: werk (“work”), zeug (“stuff”)

Werkzeug is a comprehensive WSGI web application library. It began asa simple collection of various utilities for WSGI applications and hasbecome one of the most advanced WSGI utility libraries.

Werkzeug is Unicode aware and doesn’t enforce any dependencies. It is upto the developer to choose a template engine, database adapter, and evenhow to handle requests.

Getting Started

Serving and Testing

Reference

Deployment

Contributed Modules

Additional Information