diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-09-05 09:47:57 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2022-09-05 09:47:57 +0100 |
commit | 2b0f272766ef8a9e4d6c5c1ccad5a0c097969028 (patch) | |
tree | 779c172ea4cfdfd5c5e90d088d38e67416300286 /python/python3-tabulate/README | |
parent | af19227155064fa04b7baf6753237a70c51daa18 (diff) |
python/python3-tabulate: Added (Tabular data Library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python3-tabulate/README')
-rw-r--r-- | python/python3-tabulate/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python3-tabulate/README b/python/python3-tabulate/README new file mode 100644 index 0000000000..7663ccba26 --- /dev/null +++ b/python/python3-tabulate/README @@ -0,0 +1,12 @@ +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 |