Merge pull request #227 from petrushev/add-werkzeug

Added werkzeug entry under web frameworks section
This commit is contained in:
Kenneth Reitz
2012-12-10 07:30:09 -08:00
+12
View File
@@ -78,6 +78,18 @@ already exist to suit your needs.
email to flask@librelist.com and reply to the confirmation email.
Werkzeug
--------
`Werkzeug <http://werkzeug.pocoo.org/>`_ is not actually a real framework, but
rather a very powerful set of tools for building web applications. It provides
URL routing utilities, request and response objects and a basic development
server. It is mostly used where users need bigger flexibility for their
application that is not commonly found in other web frameworks.
Support can be found on its `mailing list <http://werkzeug.pocoo.org/community/#mailinglist>`_.
.. todo:: Explain Pyramid