Package python-modules-wsgiref: Information

    Binary package: python-modules-wsgiref
    Version: 2.7.18-alt0.M90P.1
    Architecture: e2k
    Build time:  Nov 16, 2020, 08:10 PM
    Source package: python
    Report package bug
    License: Python-2.0
    Summary: WSGI Utilities and Reference Implementation
    Description: 
    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.



    Last changed


    Nov. 16, 2020 Vladimir D. Seleznev 2.7.18-alt0.M90P.1
    - Updated to 2.7.18 (fixes CVE-2019-9636).
    - 'Trusted mode' added (thnx boyarsh@).
    - License tag fixed (thnx boyarsh@).
    Oct. 26, 2020 Andrey Cherepanov 2.7.16-alt1.M90P.2
    - Add provides python2-base for python-base.
    Jan. 24, 2020 Anton V. Boyarshinov 2.7.16-alt1.M90P.1
    - 'Trusted mode': optional modules loading paths restriction