Source: terminaltables3
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-colorama,
 python3-colorclass,
 python3-poetry,
 python3-poetry-core,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-termcolor,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/terminaltables3
Vcs-Git: https://salsa.debian.org/python-team/packages/terminaltables3.git
Homepage: https://github.com/matthewdeanmartin/terminaltables3
Testsuite: autopkgtest-pkg-pybuild

Package: python3-terminaltables3
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python3-terminaltables3-doc,
Description: Python library for printing tables to the console
 Easily draw tables in terminal/console applications from a list of lists of
 strings.
 .
 Supports: multi-line rows, table titles, POSIX and Windows, Wide CJK
 (Chinese/Japanese/Korean) characters are displayed correctly, RTL Arabic and
 Hebrew characters are aligned correctly, alignment and justification.
 Colored text is supported through colorclass, colorama, termcolor, or just
 plain ANSI escape codes.

Package: python-terminaltables3-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Recommends:
 python3-terminaltables3,
Breaks:
 python3-terminaltables3-doc,
Replaces:
 python3-terminaltables3-doc,
Description: Documentation for terminaltables3 table printer
 Easily draw tables in terminal/console applications from a list of lists of
 strings.
 .
 This package contains the documentation for terminaltables3.
