Source: webtest Section: python Maintainer: Debian Python Team Uploaders: Piotr Ożarowski Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: dh-sequence-sphinxdoc , python3-legacy-cgi , python3-webob , python3-pytest , python3-bs4 , python3-pyquery , python3-sphinx , python3-waitress , python3-wsgiproxy , Standards-Version: 4.7.4 Homepage: https://docs.pylonsproject.org/projects/webtest Vcs-Git: https://salsa.debian.org/python-team/packages/webtest.git Vcs-Browser: https://salsa.debian.org/python-team/packages/webtest Testsuite: autopkgtest-pkg-pybuild Package: python3-webtest Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-bs4, python3-legacy-cgi, python3-waitress, python3-webob, Recommends: python3-lxml #, python3-pyquery Suggests: python-webtest-doc Description: wraps any WSGI application and makes it easy to test WebTest helps you test your WSGI-based web applications. This can be any application that has a WSGI (Web Server Gateway Interface) interface, including an application written in a framework that supports WSGI (which includes most actively developed Python web frameworks – almost anything that even nominally supports WSGI should be testable). Package: python-webtest-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: wraps any WSGI application and makes it easy to test - doc WebTest helps you test your WSGI-based web applications. This can be any application that has a WSGI (Web Server Gateway Interface) interface, including an application written in a framework that supports WSGI (which includes most actively developed Python web frameworks – almost anything that even nominally supports WSGI should be testable). . This is the documentation package.