python-werkzeug

Collection of utilities for WSGI applications (Python 2.x)
  http://werkzeug.pocoo.org/
  1
  1 review



The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python.

Werkzeug is a lightweight library for interfacing with WSGI. It features request and response objects, an interactive debugging system and a powerful URI dispatcher. Combine with your choice of third party libraries and middleware to easily create a custom application framework.

This package contains the Python 2.x module.
Latest reviews
4
blueXrider 12 years ago

quite nice