python-tabulate 0.8.10-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * Set upstream metadata fields: Repository.

  [ Yago González ]
  * New upstream version 0.8.10 (Closes: #1051234)

 -- Graham Inggs <email address hidden>  Mon, 15 Jan 2024 12:01:48 +0000

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
Noble release main misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tabulate_0.8.10-1.dsc 2.1 KiB 9e56b9688d9194535a852ea17164e28e7260485db2a17f64e56501b6809adfcb
python-tabulate_0.8.10.orig.tar.gz 48.3 KiB 7a81a625d3cdfdd7c9db25f992410f46e7cbb20ed151126fceeac95586b90284
python-tabulate_0.8.10-1.debian.tar.xz 4.4 KiB 3a97742926d35ee2a0a063090138374c17501bbe936e051d5bd1d539a0527fba

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.