From 2c22066f14adcb3973e1db2d646b9307ecdd8888 Mon Sep 17 00:00:00 2001 From: Baze Petrushev Date: Mon, 10 Dec 2012 16:27:49 +0100 Subject: [PATCH] Added werkzeug entry under web frameworks section --- docs/scenarios/web.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst index 20fc710..7bdd1dd 100644 --- a/docs/scenarios/web.rst +++ b/docs/scenarios/web.rst @@ -78,6 +78,18 @@ already exist to suit your needs. email to flask@librelist.com and reply to the confirmation email. +Werkzeug +-------- + +`Werkzeug `_ 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 `_. + + .. todo:: Explain Pyramid