freebsd-ports/devel/py-prettytable/pkg-descr
Roman Bogorodskiy 5433b2bdc2 Add devel/py-prettytable -- a simple Python library for easily displaying
tabular data in a visually appealing ASCII table format.

Feature safe:	yes
2011-12-08 18:32:10 +00:00

8 lines
448 B
Text

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.
WWW: http://pypi.python.org/pypi/PrettyTable