Source: prettytable Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team , Build-Depends: debhelper-compat (= 11), dh-python, locales, python3-all (>= 3.1.3-3), python3-setuptools, Standards-Version: 4.4.1 Homepage: https://github.com/lmaurits/prettytable Vcs-Git: https://salsa.debian.org/python-team/modules/prettytable.git Vcs-Browser: https://salsa.debian.org/python-team/modules/prettytable Package: python3-prettytable Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: library to represent tabular data in visually appealing ASCII tables (Python3) 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. . This package contains the Python 3 version of prettytable.