added csvtable

This commit is contained in:
Axel Pahl 2017-01-31 10:14:26 +01:00 committed by GitHub
parent b587fb6625
commit a8573e4dd5

View File

@ -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"
}
]