File: control

package info (click to toggle)
flup 1.0.2-5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 364 kB
  • ctags: 506
  • sloc: python: 3,549; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 763 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: flup
Section: python
Priority: optional
Maintainer: John Hedges <john@drystone.co.uk>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 9~), dh-python, python (>=2.6.6-3~),
 python-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.4

Package: python-flup
Homepage: http://www.saddi.com/software/flup/
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Implements Python Web Server Gateway Interface (WSGI)
 Implements the standard interface between Python Web applications and Web
 servers, as described in PEP 333, http://www.python.org/dev/peps/pep-0333
 Speaks:
  * AJP - Apache JServ Protocol 1.3
  * FastCGI, see http://www.fastcgi.com/
  * SCGI - Simple Common Gateway Interface alternative