-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
154 lines (154 loc) · 4.34 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
"https://schema.org",
"https://w3id.org/software-types"
],
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"familyName": "Tramacere",
"givenName": "Andrea"
},
{
"@type": "Person",
"familyName": "Savchenko",
"givenName": "Volodymyr"
},
{
"@type": "Person",
"familyName": "Barni",
"givenName": "Gabriele"
},
{
"@type": "Person",
"familyName": "Savchenko",
"givenName": "Denys"
},
{
"@type": "Person",
"familyName": "Kalashev",
"givenName": "Oleg"
}
],
"description": "API plugin for MMODA",
"identifier": "oda-api",
"name": "oda-api",
"runtimePlatform": "Python 3",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "astropy",
"name": "astropy",
"runtimePlatform": "Python 3",
"version": ">= 3.2"
},
{
"@type": "SoftwareApplication",
"identifier": "astroquery",
"name": "astroquery",
"runtimePlatform": "Python 3",
"version": ">= 0.4.4"
},
{
"@type": "SoftwareApplication",
"identifier": "astroquery",
"name": "astroquery",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "black",
"name": "black",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "future",
"name": "future",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "gwpy",
"name": "gwpy",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "json-tricks",
"name": "json-tricks",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "jsonschema",
"name": "jsonschema",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "ligo.skymap",
"name": "ligo.skymap",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "matplotlib",
"name": "matplotlib",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "numpy",
"name": "numpy",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "pyjwt",
"name": "pyjwt",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "pytest-xdist[psutil]",
"name": "pytest-xdist[psutil]",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "rdflib",
"name": "rdflib",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "requests",
"name": "requests",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "scipy",
"name": "scipy",
"runtimePlatform": "Python 3"
},
{
"@type": "SoftwareApplication",
"identifier": "sentry-sdk",
"name": "sentry-sdk",
"runtimePlatform": "Python 3"
}
],
"targetProduct": {
"@type": "CommandLineApplication",
"executableName": "oda-api",
"name": "oda-api",
"runtimePlatform": "Python 3"
},
"version": "1.2.12"
}