Merge pull request #461 from apahl/patch-1

added csvtable
This commit is contained in:
Dominik Picheta 2017-01-31 20:53:38 +01:00 committed by GitHub
commit 1a470a6925

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