1
1
{
2
- "@context" : " https://doi.org/10.5063/schema/codemeta-2.0" ,
3
- "@type" : " SoftwareSourceCode" ,
4
- "license" : " https://data.caltech.edu/license" ,
5
- "codeRepository" : " https://github.com/caltechlibrary/datatools" ,
6
- "dateCreated" : " 2017-02-06" ,
7
- "dateRelease" : " 2024-11-07" ,
8
- "dateModified" : " 2024-11-07" ,
9
- "downloadUrl" : " https://github.com/caltechlibrary/datatools/releases/" ,
10
- "issueTracker" : " https://github.com/caltechlibrary/datatools/issues" ,
11
- "name" : " datatools" ,
12
- "version" : " 1.2.12" ,
13
- "description" : " A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents." ,
14
- "releaseNotes" : " fix issue #22, identifying DOI without http prefix" ,
15
- "applicationCategory" : " computer programming" ,
16
- "developmentStatus" : " active" ,
17
- "funder" : {
18
- "@id" : " https://ror.org/5dxps055" ,
2
+ "@context" : " https://doi.org/10.5063/schema/codemeta-2.0" ,
3
+ "type" : " SoftwareSourceCode" ,
4
+ "codeRepository" : " https://github.com/caltechlibrary/datatools" ,
5
+ "author" : [
6
+ {
7
+ "id" : " https://orcid.org/0000-0003-0900-6903" ,
8
+ "type" : " Person" ,
9
+ "givenName" : " R. S." ,
10
+ "familyName" : " Doiel" ,
11
+ "affiliation" : {
19
12
"@type" : " Organization" ,
20
13
"name" : " Caltech Library"
21
- },
22
- "keywords" : [
23
- " csv" ,
24
- " excel" ,
25
- " sql" ,
26
- " json" ,
27
- " yaml" ,
28
- " xlsx" ,
29
- " golang" ,
30
- " bash"
31
- ],
32
- "programmingLanguage" : [
33
- " Go 1.23.2"
34
- ],
35
- "operatingSystem" : [
36
- " Linux" ,
37
- " Windows" ,
38
- " macOS"
39
- ],
40
- "softwareRequirements" : [
41
- " Golang 1.23.2 or better" ,
42
- " Pandoc 3.1 or better"
43
- ],
44
- "author" : [
45
- {
46
- "@type" : " Person" ,
47
- "@id" : " https://orcid.org/0000-0003-0900-6903" ,
48
- "givenName" : " R. S." ,
49
- "familyName" : " Doiel" ,
50
-
51
- "affiliation" : {
52
- "@type" : " Organization" ,
53
- "name" : " Caltech Library"
54
- }
55
- }
56
- ],
57
- "maintainer" : [
58
- {
59
- "@type" : " Person" ,
60
- "@id" : " https://orcid.org/0000-0003-0900-6903" ,
61
- "givenName" : " R. S." ,
62
- "familyName" : " Doiel" ,
63
-
64
- "affiliation" : {
65
- "@type" : " Organization" ,
66
- "name" : " Caltech Library"
67
- }
68
- }
69
- ]
70
- }
14
+ },
15
+
16
+ }
17
+ ],
18
+ "maintainer" : [
19
+ {
20
+ "id" : " https://orcid.org/0000-0003-0900-6903" ,
21
+ "type" : " Person" ,
22
+ "givenName" : " R. S." ,
23
+ "familyName" : " Doiel" ,
24
+ "affiliation" : {
25
+ "@type" : " Organization" ,
26
+ "name" : " Caltech Library"
27
+ },
28
+
29
+ }
30
+ ],
31
+ "dateCreated" : " 2017-02-06" ,
32
+ "dateModified" : " 2025-01-31" ,
33
+ "datePublished" : " 2025-01-31" ,
34
+ "description" : " A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents." ,
35
+ "funder" : {
36
+ "@id" : " https://ror.org/5dxps055" ,
37
+ "@type" : " Organization" ,
38
+ "name" : " Caltech Library"
39
+ },
40
+ "keywords" : [
41
+ " csv" ,
42
+ " excel" ,
43
+ " sql" ,
44
+ " json" ,
45
+ " yaml" ,
46
+ " xlsx" ,
47
+ " golang" ,
48
+ " bash"
49
+ ],
50
+ "name" : " datatools" ,
51
+ "license" : " https://data.caltech.edu/license" ,
52
+ "operatingSystem" : [
53
+ " Linux" ,
54
+ " Windows" ,
55
+ " macOS"
56
+ ],
57
+ "programmingLanguage" : [
58
+ " Go >= 1.23.5"
59
+ ],
60
+ "softwareRequirements" : [
61
+ " Golang >= 1.23.5" ,
62
+ " Pandoc >= 3.1"
63
+ ],
64
+ "version" : " 1.3.0" ,
65
+ "developmentStatus" : " active" ,
66
+ "issueTracker" : " https://github.com/caltechlibrary/datatools/issues" ,
67
+ "downloadUrl" : " https://github.com/caltechlibrary/datatools/releases/" ,
68
+ "releaseNotes" : " Added CRLF option on CSV write to better support Windows, see issue #24"
69
+ }
0 commit comments