290bc6a46e
- clarify license (BSD3C) - do not use easy_install for installation and convert to auto-generated packing list - add staging support - install examples into staging area uncoditionally and remove EXAMPLES option - remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's implemented in bsd.python.mk Approved by: portmgr (blanket)
12 lines
576 B
Text
12 lines
576 B
Text
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: http://werkzeug.pocoo.org/
|