python-tabulate 0.8.9-0ubuntu1 source package in Ubuntu

Changelog

python-tabulate (0.8.9-0ubuntu1) jammy; urgency=medium

  * New upstream snapshot for OpenStack Yoga.

 -- Corey Bryant <email address hidden>  Wed, 08 Dec 2021 14:58:53 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc
Lunar release main misc
Jammy release main misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tabulate_0.8.9.orig.tar.gz 52.2 KiB eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7
python-tabulate_0.8.9-0ubuntu1.debian.tar.xz 4.3 KiB f2ce38c3b4413c4ab5cd3ccd01dc3f5d484438b10d7dcadb9224fbbc0b98c1f6
python-tabulate_0.8.9-0ubuntu1.dsc 2.0 KiB 045a93f90a94082ac6e47b8151fc26346b45e04f59ec97fca8eb93e7ae427d7d

Available diffs

View changes file

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.