python-tabulate 0.9.0-1 source package in Ubuntu

Changelog

python-tabulate (0.9.0-1) unstable; urgency=medium

  * New upstream version 0.9.0 (Closes: #1070359)
  * Update d/copyright.
  * Enable Salsa CI.
  * Update Build-Depends to accept pyproject.toml.
  * Enable the tests.
  * Update standards version to 4.7.0, no changes needed.

 -- Rebecca N. Palmer <email address hidden>  Wed, 15 May 2024 20:00:17 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tabulate_0.9.0-1.dsc 2.3 KiB b2a8c2e8c5fc206af3c76b53af177d78f0165df2b6330c1869e0e89eb76dd2f1
python-tabulate_0.9.0.orig.tar.gz 79.2 KiB 0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c
python-tabulate_0.9.0-1.debian.tar.xz 5.0 KiB 282b55a09d82bff9427c17d246eb5afb352c8075077684410d661ebd951471ce

Available diffs

No changes file available.

Binary packages built by this source

python3-tabulate: pretty-print tabular data in Python3

 Pretty-print tabular data in Python, a library and a command-line utility.
 The main use cases of the library are:
 .
  * printing small tables without hassle: just one function call, formatting is
    guided by the data itself
  * authoring tabular data for lightweight plain-text markup: multiple output
    formats suitable for further editing or transformation
  * readable presentation of mixed textual and numeric data: smart column
    alignment, configurable number formatting, alignment by a decimal point
 .
 This package installs the library for Python 3, and the cli tool.