Source: flask-testing
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Zacchiroli <zack@debian.org>,
           Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-blinker,
               python3-flask,
               python3-setuptools,
               python3-sphinx,
Standards-Version: 4.5.1
Homepage: http://pythonhosted.org/Flask-Testing/
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-testing.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-testing
Rules-Requires-Root: no

Package: python3-flask-testing
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: unit testing utilities for the Flask micro web framework
 Flask-Testing is an extension for the Flask micro web framework that provides
 unit testing helpers for Flask-based web applications.
 .
 This package contains the Python 3 modules for flask-testing

Package: python-flask-testing-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for the Flask-Testing Python library - documentation
 Flask-Testing is an extension for the Flask micro web framework that provides
 unit testing helpers for Flask-based web applications.
 .
 This package contains the sphinx-generated API documentation
