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
|
Source: wsgiproxy2
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-webob,
python3-setuptools,
python3-pytest <!nocheck>,
python3-requests,
python3-urllib3,
python3-webtest
Rules-Requires-Root: no
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Standards-Version: 4.6.1
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/python-team/packages/wsgiproxy2
Vcs-Git: https://salsa.debian.org/python-team/packages/wsgiproxy2.git
Homepage: https://github.com/gawel/wsgiproxy2
Package: python3-wsgiproxy
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-webob,
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.
|