mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #227 from petrushev/add-werkzeug
Added werkzeug entry under web frameworks section
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user