diff options
| author | Axel Pahl <apahl@users.noreply.github.com> | 2017-01-31 10:14:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-31 10:14:26 +0100 |
| commit | a8573e4dd5fa5761571e41c24bf20f4312588c2f (patch) | |
| tree | d49ad11c6e4496760fcd37e1f6db022c1257fc00 | |
| parent | b587fb6625f8e7aeea8430aee1a537faf675c63c (diff) | |
| download | packages-a8573e4dd5fa5761571e41c24bf20f4312588c2f.tar.gz packages-a8573e4dd5fa5761571e41c24bf20f4312588c2f.zip | |
added csvtable
| -rw-r--r-- | packages.json | 14 |
1 files changed, 13 insertions, 1 deletions
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" +} ] |
