-
Notifications
You must be signed in to change notification settings - Fork 5
/
codemeta.json
200 lines (200 loc) · 6.55 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org",
"https://w3id.org/software-types",
"https://w3id.org/software-iodata"
],
"@id": "https://github.com/proycon/codemetapy.git",
"@type": "SoftwareSourceCode",
"applicationCategory": [ "Software Development", "https://w3id.org/nwo-research-fields#ComputerScience", "https://vocabs.dariah.eu/tadirah/converting" ],
"audience": {
"@id": "/audience/developers",
"@type": "Audience",
"audienceType": "Developers"
},
"author": {
"@id": "https://orcid.org/0000-0002-1046-0006",
"@type": "Person",
"affiliation": {
"@id": "https://huc.knaw.nl"
},
"email": "[email protected]",
"familyName": "van Gompel",
"givenName": "Maarten",
"url": "https://proycon.anaproy.nl"
},
"codeRepository": "https://github.com/proycon/codemetapy.git",
"contIntegration": "https://github.com/proycon/codemetapy/actions/",
"contributor": {
"@id": "https://orcid.org/0000-0002-1046-0006",
"@type": "Person",
"affiliation": {
"@id": "https://huc.knaw.nl"
},
"email": "[email protected]",
"familyName": "van Gompel",
"givenName": "Maarten",
"url": "https://proycon.anaproy.nl"
},
"dateCreated": "2018-04-16T10:54:22Z+0200",
"dateModified": "2024-06-14T11:33:47Z+0200",
"description": "Codemetapy is a command-line tool and python library to work with the codemeta software metadata standard. Codemeta builds upon schema.org and defines a vocabulary for describing software source code. It maps various existing metadata standards to a unified vocabulary. Codemetapy allows you to generate codemeta from various sources.",
"developmentStatus": [ "https://www.repostatus.org/#active", "https://w3id.org/research-technology-readiness-levels#Level9Proven" ],
"funding": [
{
"@type": "Grant",
"name": "CLARIAH-PLUS (NWO grant 184.034.023)",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
}
],
"identifier": "codemetapy",
"issueTracker": "https://github.com/proycon/codemetapy/issues",
"keywords": [
"metadata",
"scientific",
"metadata-extractor",
"codemeta",
"rdf",
"software metadata",
"schema.org",
"linked data"
],
"license": "https://spdx.org/licenses/GPL-3.0-only",
"maintainer": {
"@id": "https://orcid.org/0000-0002-1046-0006",
"@type": "Person",
"affiliation": {
"@id": "https://huc.knaw.nl"
},
"email": "[email protected]",
"familyName": "van Gompel",
"givenName": "Maarten",
"url": "https://proycon.anaproy.nl"
},
"name": "CodeMetaPy",
"operatingSystem": [
"Linux",
"BSD",
"macOS"
],
"producer": {
"@id": "https://huc.knaw.nl",
"@type": "Organization",
"name": "KNAW Humanities Cluster",
"url": "https://huc.knaw.nl",
"parentOrganization": {
"@id": "https://knaw.nl",
"@type": "Organization",
"name": "KNAW",
"url": "https://knaw.nl",
"location": {
"@type": "Place",
"name": "Amsterdam"
}
}
},
"readme": "https://github.com/proycon/codemetapy/blob/README.rst",
"runtimePlatform": [
"Python 3.6",
"Python 3.8",
"Python 3.9",
"Python 3",
"Python 3.7",
"Python 3.10",
"Python 3.11",
"Python 3.12"
],
"softwareHelp": [
{
"@type": "WebSite",
"name": "README: Installation and usage instructions",
"url": "https://github.com/proycon/codemetapy/blob/master/README.md",
"description": "Installation and usage instructions"
},
{
"@type": "WebSite",
"name": "The CodeMeta Project",
"url": "https://codemeta.github.io/",
"description": "Describes the underlying software metadata model (not specific to codemetapy)"
}
],
"softwareRequirements": [
{
"@id": "/dependency/nameparser",
"@type": "SoftwareApplication",
"identifier": "nameparser",
"name": "nameparser",
"runtimePlatform": "Python 3"
},
{
"@id": "/dependency/pyyaml",
"@type": "SoftwareApplication",
"identifier": "pyyaml",
"name": "pyyaml",
"runtimePlatform": "Python 3"
},
{
"@id": "/dependency/beautifulsoup4",
"@type": "SoftwareApplication",
"identifier": "BeautifulSoup4",
"name": "BeautifulSoup4",
"runtimePlatform": "Python 3"
},
{
"@id": "/dependency/importlib-metadata",
"@type": "SoftwareApplication",
"identifier": "importlib-metadata",
"name": "importlib-metadata",
"runtimePlatform": "Python 3"
},
{
"@id": "/dependency/jinja2",
"@type": "SoftwareApplication",
"identifier": "Jinja2",
"name": "Jinja2",
"runtimePlatform": "Python 3"
},
{
"@id": "/dependency/requests",
"@type": "SoftwareApplication",
"identifier": "requests",
"name": "requests",
"runtimePlatform": "Python 3"
},
{
"@id": "/dependency/lxml",
"@type": "SoftwareApplication",
"identifier": "lxml",
"name": "lxml",
"runtimePlatform": "Python 3"
},
{
"@id": "/dependency/rdflib-ge-6.1.1",
"@type": "SoftwareApplication",
"identifier": "rdflib",
"name": "rdflib",
"runtimePlatform": "Python 3",
"version": ">= 6.1.1"
}
],
"targetProduct": [{
"@id": "/commandlineapplication/codemetapy",
"@type": "CommandLineApplication",
"executableName": "codemetapy",
"name": "codemetapy",
"runtimePlatform": "Python 3"
},
{
"@id": "/softwarelibrary/codemetapy",
"@type": "SoftwareLibrary",
"name": "codemeta",
"runtimePlatform": "Python 3"
}],
"url": "https://github.com/proycon/codemetapy.git",
"version": "2.5.3"
}