aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
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"
+}
]