Source: texttable
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@debian.org>, Léo Cavaillé <leo@cavaille.net>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
	       python3-all,
	       python3-setuptools,
	       python3-wcwidth,
	       python-all,
	       python-setuptools,
	       python-wcwidth,
	       dh-python
Standards-Version: 4.3.0
Homepage: https://github.com/foutaise/texttable
Vcs-Git: https://salsa.debian.org/python-team/modules/texttable.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/texttable
Testsuite: autopkgtest-pkg-python

Package: python-texttable
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Module for creating simple ASCII tables — python2
 texttable is a module to generate a formatted text table, using ASCII
 characters.
 It provides nice human-readable output for arrays when designing
 a CLI or just output data.
 .
 This package contains the Python 2 module.

Package: python3-texttable
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Module for creating simple ASCII tables — python3
 texttable is a module to generate a formatted text table, using ASCII
 characters.
 It provides nice human-readable output for arrays when designing
 a CLI or just output data.
 .
 This package contains the Python 3 module.
