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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: flask-testing
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stefano Zacchiroli <zack@debian.org>, Nicolas Dandrimont <olasd@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
python-all,
python-blinker,
python-flask,
python-setuptools,
python-twill,
python3-all,
python3-blinker,
python3-flask,
python3-setuptools,
python3-sphinx,
Standards-Version: 3.9.8
Homepage: http://pythonhosted.org/Flask-Testing/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-testing.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flask-testing.git
Package: python-flask-testing
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
XB-Python-Egg-Name: Flask-Testing
Description: unit testing utilities for the Flask micro web framework - Python 2.X
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 2 modules for flask-testing
Package: python3-flask-testing
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: Flask-Testing
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
Priority: extra
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
|