-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcodemeta.json
53 lines (53 loc) · 1.65 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
49
50
51
52
53
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org",
{
"entryPoints": {
"@reverse": "schema:actionApplication"
},
"interfaceType": {
"@id": "codemeta:interfaceType"
},
"specification": {
"@id": "codemeta:specification",
"@type": "@id"
},
"mediatorApplication": {
"@id": "codemeta:mediatorApplication",
"@type": "@id"
}
}
],
"@type": "SoftwareSourceCode",
"identifier": "pyreduce-astro",
"name": "pyreduce-astro",
"version": "0.4b2+0.gffea46e.dirty",
"description": "A data reduction package for echelle spectrographs",
"license": "UNKNOWN, OSI Approved :: GNU General Public License v3 (GPLv3)",
"author": [{
"@type": "Person",
"givenName": "Ansgar",
"familyName": "Wehrhahn",
"email": "[email protected]"
},
{
"@type": "Person",
"givenName": "Nikolai",
"familyName": "Piskunov",
"email": "[email protected]"
}
],
"provider": {
"@id": "https://pypi.org",
"@type": "Organization",
"name": "The Python Package Index",
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"url": "https://github.com/AWehrhahn/PyReduce",
"programmingLanguage": "Python 3",
"operatingSystem": "POSIX :: Linux",
"interfaceType": "LIB",
"contIntegration": "https://travis-ci.org/AWehrhahn/PyReduce"
}