Source: python-wsgiref
Section: python
Priority: optional
Maintainer: AI <ai@mirantis.com>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.0.50),
 python-all (>= 2.6),
 python-all-dev (>= 2.6.6-3~)
X-Python-Version: >= 2.7

Package: python-wsgiref
Architecture: all
Depends: python-all (>= 2.6),
 python-all-dev (>= 2.6.6-3~),
 ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: a reference implementation of the WSGI specification
 The Web Server Gateway Interface (WSGI) is a standard interface
 between web server software and web applications written in Python.
 Having a standard interface makes it easy to use an application 
 that supports WSGI with a number of different web servers.
 .
 wsgiref is a reference implementation of the WSGI specification 
 that can be used to add WSGI support to a web server or framework. 
 It provides utilities for manipulating WSGI environment variables 
 and response headers, base classes for implementing WSGI servers, 
 a demo HTTP server that serves WSGI applications, and a validation 
 tool that checks WSGI servers and applications for conformance to 
 the WSGI specification (PEP 333).
 .
 See http://www.wsgi.org for more information about WSGI, and links 
 to tutorials and other resources.
