-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode.json
More file actions
39 lines (39 loc) · 1.11 KB
/
code.json
File metadata and controls
39 lines (39 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "CSViper",
"description": "CSViper is a command-line tool that automates the process of analyzing CSV files and generating SQL scripts and Python programs to load the data into relational databases. It supports both MySQL and PostgreSQL backends and is designed for scenarios where the database is hosted remotely while the CSV file resides on the local machine.",
"permissions": {
"licenses": [
{
"name": "CC0-1.0",
"URL": "https://raw.githubusercontent.com/DSACMS/npd_csviper/refs/heads/main/LICENSE"
}
],
"usageType": "openSource",
"exemptionText": ""
},
"repositoryURL": "https://github.com/DSACMS/npd_csviper",
"repositoryVisibility": "public",
"laborHours": 5708.606,
"reuseFrequency": {
"forks": 0,
"clones": 9
},
"maintenance": "none",
"contractNumber": "none",
"tags": [
"data",
"python",
"csv",
"SQL",
"mySQL",
"postgres"
],
"contact": {
"email": "opensource@cms.hhs.gov",
"name": ""
},
"feedbackMechanisms": [
"https://github.com/DSACMS/npd_csviper/issues"
],
"AIUseCaseInventory": false
}