prettytable 0.7.2-ok1 source package in openKylin

Changelog

prettytable (0.7.2-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python

Downloads

File Size SHA-256 Checksum
prettytable_0.7.2.orig.tar.gz 24.2 KiB 2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9
prettytable_0.7.2-ok1.debian.tar.xz 2.8 KiB bd10d2875d441113bbe0546ffbaef59f74b8c8866a45dc2233b808d263893fa1
prettytable_0.7.2-ok1.dsc 1.8 KiB a00a5a66862a982a1989654d75898b6f77aaf1ab51ca9066b77b4049a12f80ba

View changes file

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.