python3-werkzeug

collection of utilities for WSGI applications (Python 3.x)
  http://werkzeug.pocoo.org/
  0
  no reviews



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 3.x module.