slackbuilds_ponce/python/python3-tabulate
Steven Voges 2b0f272766 python/python3-tabulate: Added (Tabular data Library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
2022-09-05 09:47:57 +01:00
..
python3-tabulate.info
python3-tabulate.SlackBuild
README
slack-desc

Pretty-print tabular data in Python, a library and a command-line
utility.

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