This repository was archived by the owner on Oct 24, 2024. It is now read-only.
generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
54 lines (54 loc) · 1.81 KB
/
codemeta.json
File metadata and controls
54 lines (54 loc) · 1.81 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0001-9105-5960",
"@type": "Person",
"affiliation": "Caltech Library",
"familyName": "Hucka",
"givenName": "Michael"
},
{
"@id": "https://orcid.org/0000-0003-0900-6903",
"@type": "Person",
"affiliation": "Caltech Library",
"familyName": "Doiel",
"givenName": "Robert"
},
{
"@id": "https://orcid.org/0000-0001-9266-5146",
"@type": "Person",
"affiliation": "Caltech Library",
"familyName": "Morrell",
"givenName": "Thomas E."
},
{
"@id": "https://orcid.org/0000-0001-5644-440X",
"@type": "Person",
"affiliation": "Caltech Library",
"familyName": "Keswick",
"givenName": "Tommy"
}
],
"issueTracker": "https://github.com/caltechlibrary/py-cli-template/issues",
"license": "https://github.com/caltechlibrary/py-cli-template/blob/main/LICENSE",
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/py-cli-template/archive/main.zip",
"codeRepository": "https://github.com/caltechlibrary/py-cli-template",
"datePublished": "2022-12-08",
"keywords": [
"template",
"python",
"software"
],
"name": "py-cli-template",
"description": "GitHub repository template for non-web Python programs",
"version": "1.9.0",
"maintainer": "https://orcid.org/0000-0001-9105-5960",
"funder": {
"@id": "https://doi.org/10.13039/100006961",
"@type": "Organization",
"name": "Caltech Library"
}
}