~canonical-ci-engineering/ubuntu-ci-services-itself/prettytable

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2009-05-27 09:14:57 UTC
  • Revision ID: james.westby@ubuntu.com-20090527091457-lu0nvv8alb4ve9g3
Tags: 0.5-1
Initial release (Closes: #530704)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: prettytable
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
5
Uploaders: Sandro Tosi <morph@debian.org>
 
6
Build-Depends: debhelper (>= 7), python, python-setuptools
 
7
Build-Depends-Indep: python-support (>= 1.0.0)
 
8
Standards-Version: 3.8.1
 
9
Homepage: http://code.google.com/p/prettytable/
 
10
Vcs-Svn: svn://svn.debian.org/python-modules/packages/prettytable/trunk/
 
11
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/prettytable/trunk/
 
12
 
 
13
Package: python-prettytable
 
14
Architecture: all
 
15
Depends: ${python:Depends}, ${misc:Depends}
 
16
Description: library to represent tabular data in visually appealing ASCII tables
 
17
 PrettyTable is a simple Python library designed to make it quick and
 
18
 easy to represent tabular data in visually appealing ASCII tables. It
 
19
 was inspired by the ASCII tables used in the PostgreSQL shell
 
20
 psql. PrettyTable allows for selection of which columns are to be
 
21
 printed, independent alignment of columns (left or right justified or
 
22
 centred) and printing of "sub-tables" by specifying a row range.