1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: wsgiproxy2
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python3-all,
python3-webob,
python3-six,
python3-setuptools,
python3-nose,
python3-requests,
python3-urllib3,
python3-webtest
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 4.2.0
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/python-team/modules/wsgiproxy2
Vcs-Git: https://salsa.debian.org/python-team/modules/wsgiproxy2.git/
Homepage: https://github.com/gawel/wsgiproxy2
Package: python3-wsgiproxy
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-webob,
python3-six,
python3-requests | python3-urllib3
Description: minimalist WSGI server implementation using async
This package provides a simple Python implementation of the
WSGI interface using the waitress pure Python HTTP implementation.
|