1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/www/py-werkzeug/pkg-descr
Sunpoet Po-Chuan Hsieh 448a762139 Update to 0.15.0
- Update LICENSE_FILE
- Update WWW

Changes:	https://github.com/pallets/werkzeug/releases
2019-03-20 18:03:44 +00:00

13 lines
589 B
Plaintext

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.
WWW: https://palletsprojects.com/p/werkzeug/