prettytable 0.5-1ubuntu1 source package in Ubuntu

Changelog

prettytable (0.5-1ubuntu1) oneiric; urgency=low

  * Updates for Ubuntu MIR (LP: #825110).
    - debian/rules, debian/control: dh_python2 transition.
    - debian/control: Bumped Standards-Version: 3.9.2, no changes.
  * Switched to source/format: 3.0 (quilt).
  * Added python3-prettytable package:
    - debian/rules, debian/control: dh_python3 enablement, added
      dependencies to support python3 package.
    - debian/control: added python3-prettytable package.
    - debian/rules: build and clean python2.x and python3 packages.
    - debian/prettytable-example.py: updated to be python3 compatible.
 -- James Page <email address hidden>   Tue, 16 Aug 2011 13:46:00 +0100

Upload details

Uploaded by:
James Page
Sponsored by:
Dave Walker
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
prettytable_0.5.orig.tar.gz 6.0 KiB 52dbc76b9fdc53f6386ce9380a93653dbff20717296605449b86a73f426b7d8b
prettytable_0.5-1ubuntu1.debian.tar.gz 3.0 KiB 3d882e428af22df751bad171a42b7f4a86c6c2a46704f6b140444c57a264e2bd
prettytable_0.5-1ubuntu1.dsc 1.5 KiB 69943cc8d590a85bb4ada293b52cc141cacd7ea89f939666e654787e875b06bf

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: Python3 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.