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
|
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.
|