6670f0b757
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
8 lines
449 B
Text
8 lines
449 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: https://pypi.python.org/pypi/PrettyTable
|