aboutsummaryrefslogtreecommitdiff
path: root/www/py-werkzeug/pkg-descr
blob: 0a2b7bfb5b9d748b8407004c051fd9cefe1ed0e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
A Python utilities collection for building WSGI applications.

Werkzeug does not try to be a framework, and instead started as a simple
collection of various utilities useful for building WSGI applications.
It has since become one of the most advanced collections of its kind.

It includes a powerful debugger, fully 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 add-on modules.