fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
451 B
Text
10 lines
451 B
Text
Pretty-print tabular data in Python.
|
|
|
|
The main use cases of the library are:
|
|
|
|
printing small tables without hassle: just one function call,
|
|
formatting is guided by the data itself authoring tabular data for
|
|
lightweight plain-text markup: multiple output formats
|
|
suitable for further editing or transformation readable presentation of
|
|
mixed textual and numeric data: smart column alignment,
|
|
configurable number formatting, alignment by a decimal point
|