This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
48 lines (48 loc) · 1.46 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"@context":"https://doi.org/10.5063/schema/codemeta-2.0",
"@type":"SoftwareSourceCode",
"identifier":"sauronlib",
"name":"sauronlib",
"description":"High-level API to control hardware in scientific experiments.",
"codeRepository":"https://github.com/dmyersturnbull/sauronlib",
"issueTracker":"https://github.com/dmyersturnbull/sauronlib/issues",
"license":"https://www.apache.org/licenses/LICENSE-2.0",
"version":"0.1.0",
"author":[
{
"@type":"Person",
"givenName":"Douglas",
"familyName":"Myers-Turnbull",
"@id":"https://orcid.org/0000-0003-3610-4808"
}
{
"@type":"Person",
"givenName":"Cole",
"familyName":"Helsell",
"@id":"https://orcid.org/0000-0002-8869-3125"
},
{
"@type":"Person",
"givenName":"Chris S",
"familyName":"Ki"
}
],
"maintainer":{
"@type":"Person",
"givenName":"Douglas",
"familyName":"Myers-Turnbull",
"@id":"https://orcid.org/0000-0003-3610-4808"
},
"contIntegration":"https://github.com/dmyersturnbull/sauronlib/actions",
"developmentStatus":"active",
"downloadUrl":"https://pypi.org/project/sauronlib/",
"keywords":[
"arduino",
"hardware",
"scientific",
"experiments"
],
"dateCreated":"2016-01-01",
"datePublished":"2020-05-22",
"programmingLanguage":"Python"
}