From 546fe560fbbb65bbdccccfc0d0c0bd3513d2d8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Sun, 11 Jun 2017 19:18:20 +0100 Subject: python/python-texttable: Added (create simple ASCII tables). Signed-off-by: David Spencer --- python/python-texttable/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python-texttable/README (limited to 'python/python-texttable/README') diff --git a/python/python-texttable/README b/python/python-texttable/README new file mode 100644 index 0000000000..f965678d43 --- /dev/null +++ b/python/python-texttable/README @@ -0,0 +1,2 @@ +texttable is a Python module to generate a formatted text table, using +ASCII characters. -- cgit v1.2.3