prettytable 3.5.0-1 source package in Ubuntu
Changelog
prettytable (3.5.0-1) unstable; urgency=medium * New upstream release * debian/control - build using pyproject plugin; add hatchling, hatch-vcs to b-d - bump Standards-Version to 4.6.2.0 (no changes needed) * debian/rules - remove custom test execution code, no longer needed * run autopkgtest via pybuild -- Sandro Tosi <email address hidden> Fri, 30 Dec 2022 03:10:01 -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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
prettytable_3.5.0-1.dsc | 2.2 KiB | 9bb50f04047af4eb840ca1ff271021734e7a95030ba66a5df0b26cab7a2c62e6 |
prettytable_3.5.0.orig.tar.xz | 37.2 KiB | 0a0bb1a81e7253ab03f1ebf2917e5ccfa0bdce6feb60d79987d3be8efe81bdf6 |
prettytable_3.5.0-1.debian.tar.xz | 3.8 KiB | cc0aa16f26ddf4a6cd991eec8f2767cef1abcb2343632568e51a88c83975a1cb |
Available diffs
- diff from 2.5.0-2 to 3.5.0-1 (15.2 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.