prettytable 0.6.1-1ubuntu1 source package in Ubuntu

Changelog

prettytable (0.6.1-1ubuntu1) raring; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Convert to dh_python2:
      + debian/control: Removed python-support from Build-Depends-Indep.
      + debian/rules: Added --with python2 to complete transition.

prettytable (0.6.1-1) unstable; urgency=low

  * New upstream release
  * debian/prettytable-example.py
    - update for new 0.6 release
  * Run tests at build-time with "python setup.py test"
  * debian/rules
    - install README
 -- Logan Rosen <email address hidden>   Sun, 04 Nov 2012 22:59:44 -0500

Upload details

Uploaded by:
Logan Rosen
Sponsored by:
Iain Lane
Uploaded to:
Raring
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
prettytable_0.6.1.orig.tar.gz 19.2 KiB 4085e520da758d6e22e115377ca5d3723f04fb186303879ab98277070444a9cb
prettytable_0.6.1-1ubuntu1.debian.tar.gz 3.4 KiB 22ffc14c858e2f89f6adc8e8019067eab1fa0afaa93695e2170abfe545e8827b
prettytable_0.6.1-1ubuntu1.dsc 2.2 KiB 6b34f6e870164a1bed803a0e1a15382483b1e385b7d2c7fdb3eeba1ab7316a82

Available diffs

View changes file

Binary packages built by this source

python-prettytable: library to represent tabular data in visually appealing ASCII tables

 PrettyTable is a simple Python library designed to make it quick and
 easy to represent tabular data in visually appealing ASCII tables. It
 was inspired by the ASCII tables used in the PostgreSQL shell
 psql. PrettyTable allows for selection of which columns are to be
 printed, independent alignment of columns (left or right justified or
 centred) and printing of "sub-tables" by specifying a row range.

python3-prettytable: library to represent tabular data in visually appealing ASCII tables (Python3)

 PrettyTable is a simple Python library designed to make it quick and
 easy to represent tabular data in visually appealing ASCII tables. It
 was inspired by the ASCII tables used in the PostgreSQL shell
 psql. PrettyTable allows for selection of which columns are to be
 printed, independent alignment of columns (left or right justified or
 centred) and printing of "sub-tables" by specifying a row range.
 .
 This package contains the Python 3 version of prettytable.