Skip to content

Commit a2ccc39

Browse files
authored
Merge pull request #108 from FAIRDataPipeline/dev
Add codemeta.json
2 parents 4900cae + 9bbf6bd commit a2ccc39

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

codemeta.json

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"type": "SoftwareSourceCode",
4+
"applicationCategory": "Software",
5+
"author": [
6+
{
7+
"id": "https://orcid.org/0000-0002-4424-9890",
8+
"type": "Person",
9+
"affiliation": {
10+
"type": "Organization",
11+
"name": "University of Glasgow"
12+
},
13+
"email": "[email protected]",
14+
"familyName": "Field",
15+
"givenName": "Ryan"
16+
},
17+
{
18+
"id": "https://orcid.org/0000-0002-4971-2346",
19+
"type": "Person",
20+
"affiliation": {
21+
"type": "Organization",
22+
"name": "The University of Sheffield"
23+
},
24+
"familyName": "Reddyhoff",
25+
"givenName": "Dennis"
26+
},
27+
{
28+
"id": "_:author_3",
29+
"type": "Person",
30+
"affiliation": {
31+
"type": "Organization",
32+
"name": "The University of Sheffield"
33+
},
34+
"familyName": "Turner",
35+
"givenName": "Robert"
36+
},
37+
{
38+
"id": "https://orcid.org/0000-0002-6773-1049",
39+
"type": "Person",
40+
"affiliation": {
41+
"type": "Organization",
42+
"name": "United Kingdom Atomic Energy Authority"
43+
},
44+
"familyName": "Zarebski",
45+
"givenName": "Kristian"
46+
}
47+
],
48+
"codeRepository": "git+https://github.com/FAIRDataPipeline/pyDataPipeline.git",
49+
"dateCreated": "2021-06-29",
50+
"dateModified": "2024-08-05",
51+
"datePublished": "2021-10-04",
52+
"description": "Python implementation of the data pipeline API for the FAIR Data Pipeline.",
53+
"downloadUrl": "https://github.com/FAIRDataPipeline/pyDataPipeline/archive/refs/tags/v0.8.0.tar.gz",
54+
"identifier": "10.5281/zenodo.5548002",
55+
"isPartOf": "https://www.fairdatapipeline.org",
56+
"keywords": [
57+
"FAIR",
58+
"Data Pipeline",
59+
"API"
60+
],
61+
"license": "https://spdx.org/licenses/GPL-3.0-or-later",
62+
"name": "pyDataPipeline",
63+
"operatingSystem": [
64+
"Linux",
65+
"Windows",
66+
"MacOS"
67+
],
68+
"programmingLanguage": "Python 3",
69+
"schema:releaseNotes": "Full change log: https://github.com/FAIRDataPipeline/pyDataPipeline/compare/v0.7.13...v0.8.0",
70+
"version": "0.8.0",
71+
"contIntegration": "https://github.com/FAIRDataPipeline/pyDataPipeline/actions",
72+
"codemeta:continuousIntegration": {
73+
"id": "https://github.com/FAIRDataPipeline/pyDataPipeline/actions"
74+
},
75+
"developmentStatus": "active",
76+
"issueTracker": "https://github.com/FAIRDataPipeline/pyDataPipeline/issues"
77+
}

0 commit comments

Comments
 (0)