-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
25 lines (25 loc) · 906 Bytes
/
codemeta.json
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A collection of assorted useful Python utilities",
"name": "CommonPy",
"codeRepository": "https://github.com/caltechlibrary/commonpy",
"issueTracker": "https://github.com/caltechlibrary/commonpy/issues",
"license": "https://github.com/caltechlibrary/commonpy/blob/master/LICENSE",
"version": "1.13.0",
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": "California Institute of Technology Library",
"email": "mhucka@caltech.edu",
"@id": "https://orcid.org/0000-0001-9105-5960"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/commonpy/archive/master.zip",
"keywords": [
"software",
],
"maintainer": "https://orcid.org/0000-0001-9105-5960",
}