added csvtable
This commit is contained in:
parent
b587fb6625
commit
a8573e4dd5
1 changed files with 13 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue