prettytable 3.6.0-1 source package in Ubuntu
Changelog
prettytable (3.6.0-1) unstable; urgency=medium * New upstream release * debian/copyright - extend packaging copyright years -- Sandro Tosi <email address hidden> Sun, 22 Jan 2023 00:06:39 -0500
Upload details
- Uploaded by:
- Sandro Tosi
- Uploaded to:
- Sid
- Original maintainer:
- Sandro Tosi
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python | |
Lunar | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
prettytable_3.6.0-1.dsc | 2.2 KiB | 727dbe474b850a4fa7b779e74a3faae79462cb817d00d0d369bdd200283bde0b |
prettytable_3.6.0.orig.tar.xz | 37.8 KiB | afe4a4a47835b94162c95ecdad9c21fbc7c166567c1163a395a3356ba6f8f8ac |
prettytable_3.6.0-1.debian.tar.xz | 3.8 KiB | 09e56e6dc26d8230be295d2416b216e8300d377d702e248d404fe7f1f1c09c0d |
Available diffs
- diff from 3.5.0-1 to 3.6.0-1 (3.8 KiB)
No changes file available.
Binary packages built by this source
- 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.