openbsd-ports/textproc/py-prettytable/pkg/DESCR
edd a7b09a4d76 Attempt two at importing py-prettytable. Kludged my last commit with an
incorrect import path. Looks like permission was denied for the import, so
it didn't happen (?).

The import was OK gsoares@
2012-08-11 12:12:00 +00:00

12 lines
583 B
Plaintext

PrettyTable lets you control many aspects of the table, like the width
of the column padding, the alignment of text within columns, which
characters are used to draw the table border, whether you even want a
border, and much more. You can control which subsets of the columns and
rows are printed, and you can sort the rows by the value of a particular
column.
PrettyTable can also generate HTML code with the data in a <table>
structure. All of the options available for controlling ASCII tables are
also available for HTML tables, except in cases where this would not
make sense.