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

Бинарный пакет: python-modules-wsgiref
Версия: 2.7.11-alt3
Архитектура: i586
Собран:  15 апреля 2016 г. 19:33 в задании #163246
Исходный пакет: python
Скопирован в задании: #163305
Категория: Разработка/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


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


15 апреля 2016 г. Igor Vlasenko 2.7.11-alt3
- NMU: made some buildreqs/substitute.d optional (closes: #31979)
23 марта 2016 г. Ivan Zakharyaschev 2.7.11-alt2
- /etc/buildreqs/files/ignore.d/python: fixed on x86_64 and added
  .egg-info/(entry_points|namespace_packages).txt.
9 февраля 2016 г. Michael Shigorin 2.7.11-alt1.2
- BOOTSTRAP2: make ssl knob separate as python-dev needs python2.7(_ssl)