python-tabulate 0.7.5-1 source package in Ubuntu

Changelog

python-tabulate (0.7.5-1) unstable; urgency=low

  * Initial release (Closes: #782140)

 -- ChangZhuo Chen (陳昌倬) <email address hidden>  Wed, 08 Apr 2015 19:29:08 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tabulate_0.7.5-1.dsc 2.2 KiB 3f7c57cd41a3e7fe4bf191b907d978a8b234a2df90a802e3efd4fa1819bc8121
python-tabulate_0.7.5.orig.tar.bz2 22.5 KiB df087a53283227b81611108eee1a989ca6b08ffaec9c62e938df5271229d42f9
python-tabulate_0.7.5-1.debian.tar.xz 3.6 KiB 465329ad66da5fdce1fd02562020feca0426c9759a4e29ffadaf4b63c3e872c4

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.