Пакет python-modules-wsgiref: Информация

  • Default inline alert: Версия в репозитории: 2.7.18-alt10

Бинарный пакет: python-modules-wsgiref
Версия: 2.7.15-alt1
Архитектура: i586
Собран:  5 декабря 2018 г. 19:43 в задании #217364
Исходный пакет: python
Категория: Разработка/Python
Сообщить об ошибке в пакете
Домашняя страница: http://www.python.org/

Лицензия: PSF
О пакете: WSGI Utilities and Reference Implementation
Описание: 
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.

Сопровождающий: Python Development Team


Последнее изменение


4 декабря 2018 г. George V. Kouryachy 2.7.15-alt1
- Version up (now builds with gcc8);
- fix check section LOCALE.
29 августа 2018 г. Grigory Ustinov 2.7.14-alt7.1
- NMU: Rebuild with new openssl 1.1.0.
2 июля 2018 г. Ivan Zakharyaschev 2.7.14-alt7
- Made distutils install maximum Python minus python-dev
  to mitigate the separation from python-dev (for building packages).