prettytable 0.7.2-4build1 source package in Ubuntu

Changelog

prettytable (0.7.2-4build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:39:31 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
prettytable_0.7.2.orig.tar.gz 24.2 KiB 2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9
prettytable_0.7.2-4build1.debian.tar.xz 3.7 KiB da6e69512ff644ac6fa9d67f915dfa6d4859926e113eab2298c8311b91c71964
prettytable_0.7.2-4build1.dsc 2.2 KiB 1def535c2b543232f7780094691b683831a4849f4979e9d65ea777bd96e919e5

View changes file

Binary packages built by this source

python-prettytable: No summary available for python-prettytable in ubuntu focal.

No description available for python-prettytable in ubuntu focal.

python3-prettytable: 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.