python-tabulate 0.7.7-1 source package in Ubuntu

Changelog

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

  [ Sandro Tosi ]
  * New upstream release
  * debian/control
    - adjust Vcs-Browser to DPMT standards
  * debian/control
    - update upstream copyright years
    - add copyright for my contributions
    - add wcwidth to b-d
    - bump Standards-Version to 3.9.8 (no changes needed)
  * debian/python-tabulate.examples
    - dont install benchmarl.py in py2 package, remove from the tarball
  * debian/rules
    - dont run tests (for now)
  * compat level 10

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

 -- Sandro Tosi <email address hidden>  Fri, 16 Dec 2016 19:37:17 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tabulate_0.7.7-1.dsc 2.2 KiB f01a54e67f5e0a9aa4e3ad1c21e76e0aae11c44b5a4730fa8981cfd0b1954108
python-tabulate_0.7.7.orig.tar.gz 38.2 KiB 83a0b8e17c09f012090a50e1e97ae897300a72b35e0c86c0b53d3bd2ae86d8c6
python-tabulate_0.7.7-1.debian.tar.xz 4.0 KiB 64efc3c1c7686a0f421dcb186004feaafa91392c0b103acfd4d20476085c0c70

Available diffs

No changes file available.

Binary packages built by this source

python-tabulate: pretty-print tabular data in Python2

 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 2.

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.