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 41 42 43 44 45 46 47 48
|
Source: ptable
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python3-all (>= 3.1.3-3), python-setuptools, python3-setuptools, locales, dh-python
Standards-Version: 4.3.0
Homepage: https://github.com/kxxoling/PTable
Vcs-Git: https://salsa.debian.org/python-team/modules/ptable.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/ptable
Package: python-ptable
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: python-prettytable
Conflicts: python-prettytaable
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. PTable 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 is the PTable fork of prettytable. It has been updated and extended
in a mostly backward compatible way. It is provided for packages that need
features from the newer version.
.
This package contains the Python version of prettytable
Package: python3-ptable
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Provides: python3-prettytable
Conflicts: python3-prettytable
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 is the PTable fork of prettytabke. It has been updated and extended
in a mostly backward compabitlbe way. It is provided for packages that need
features from the newer version.
.
This package contains the Python 3 version of prettytable.
|