Werkzeug

wsgi utility collection


Frameworks based on Werkzeug

Glashammer - Werkzeug + Jinja2, (with db optional: eg SQLAlchemy, Appengine, Storm, ZODB) with lots of little goodies.

Uliweb - Werkzeug + web2py-like template + Beaker(cache, session) + WebOB(Request, Response), (Uliweb ORM optional)

Pysmvt - A wsgi web framework with a pylons spirit and Django modularity. Built on Werkzeug + Jinja2 (but using another template engine is pretty easy to configure). Start with Pysapp to get up and running quickly with beaker sessions, HTML form generation, user auth and SQLAlchemy DB. Very early stage of development. Visit the Pyslibs Google Group with questions.

Starlight - Just Werkzeug. It's a bit like CherryPy, but with different stuff.


Please add yours!