From a8573e4dd5fa5761571e41c24bf20f4312588c2f Mon Sep 17 00:00:00 2001 From: Axel Pahl Date: Tue, 31 Jan 2017 10:14:26 +0100 Subject: [PATCH] added csvtable --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ef0b1f7..9436128 100644 --- a/packages.json +++ b/packages.json @@ -5810,5 +5810,17 @@ "description": "interactive command prompt", "license": "BSD 3-Clause", "web": "https://github.com/samdmarshall/cmd.nim" - } + }, + { + "name": "csvtable", + "url": "https://github.com/apahl/csvtable", + "method": "git", + "tags": [ + "csv", + "table" + ], + "description": "tools for handling CSV files (comma or tab-separated) with an API similar to Python's CSVDictReader and -Writer.", + "license": "MIT", + "web": "https://github.com/apahl/csvtable" +} ]