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 Vernooĳ <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.
