Source: prettytable
Section: python
Maintainer: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper-compat (= 14),
               dh-sequence-python3,
               dh-sequence-single-binary,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatch-vcs,
               python3-hatchling,
               python3-pytest (>= 9) <!nocheck>,
               python3-pytest-lazy-fixtures <!nocheck>,
               python3-wcwidth (>= 0.3.5) <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/prettytable/prettytable
Vcs-Git: https://salsa.debian.org/morph/prettytable.git
Vcs-Browser: https://salsa.debian.org/morph/prettytable
Testsuite: autopkgtest-pkg-pybuild

Package: python3-prettytable
Architecture: all
Multi-Arch: foreign
Description: library to represent tabular data in visually appealing ASCII tables
 PrettyTable is a simple Python library designed to make it quick and
 easy to represent tabular data in visually appealing ASCII tables. It
 was inspired by the ASCII tables used in the PostgreSQL shell
 psql. PrettyTable allows for selection of which columns are to be
 printed, independent alignment of columns (left or right justified or
 centred) and printing of "sub-tables" by specifying a row range.
