Source: webtest Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Piotr Ożarowski Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: dh-sequence-python3, python3-all, python3-legacy-cgi, python3-setuptools, python3-webob, # docs & tests python3-bs4, python3-sphinx, python3-waitress, Standards-Version: 4.6.1 Rules-Requires-Root: no 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 Package: python3-webtest Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-bs4, python3-legacy-cgi, python3-paste, python3-pastedeploy, 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.