-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcodemeta.json
More file actions
75 lines (75 loc) · 1.94 KB
/
Copy pathcodemeta.json
File metadata and controls
75 lines (75 loc) · 1.94 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibrary/datatools",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu"
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "R. S.",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu"
}
],
"dateCreated": "2017-02-06",
"dateModified": "2026-02-12",
"datePublished": "2026-02-12",
"description": "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents. Included are tools for handling urlencoding and urldecoding as well as path relationships on the file system and in URLs",
"funder": {
"@id": "https://ror.org/5dxps055",
"@type": "Organization",
"name": "Caltech Library"
},
"keywords": [
"csv",
"excel",
"sql",
"json",
"yaml",
"xlsx",
"golang",
"bash",
"url",
"urlencoding"
],
"name": "datatools",
"license": "https://data.caltech.edu/license",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"programmingLanguage": [
"Go >= 1.25.6"
],
"softwareRequirements": [
"Golang >= 1.26",
"Pandoc >= 3.9"
],
"softwareSuggestions": [
"CMTools >= 0.0.43",
"GNU Make >= 3.8"
],
"version": "1.3.5",
"developmentStatus": "active",
"issueTracker": "https://github.com/caltechlibrary/datatools/issues",
"downloadUrl": "https://github.com/caltechlibrary/datatools/releases/",
"releaseNotes": "Added urlencode, urldecode and reldocpath cli."
}