summaryrefslogtreecommitdiffstats
path: root/python/python3-tabulate/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-tabulate/README')
-rw-r--r--python/python3-tabulate/README12
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