forked from apdavison/fairgraph
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodemeta.json
More file actions
84 lines (84 loc) · 2.39 KB
/
codemeta.json
File metadata and controls
84 lines (84 loc) · 2.39 KB
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0.html",
"codeRepository": "https://github.com/HumanBrainProject/fairgraph",
"contIntegration": "https://github.com/HumanBrainProject/fairgraph/actions",
"dateModified": "2026-01-19",
"downloadUrl": "https://files.pythonhosted.org/packages/1c/ba/159f79b813d3666a05de3015c3aea3b1ac5eee89d3e902f252ba9662616e/fairgraph-0.13.2.tar.gz",
"issueTracker": "https://github.com/HumanBrainProject/fairgraph/issues",
"name": "fairgraph",
"version": "0.13.2",
"identifier": "https://pypi.org/project/fairgraph/0.13.2/",
"description": "Python API for the EBRAINS Knowledge Graph",
"applicationCategory": "neuroscience",
"releaseNotes": "https://fairgraph.readthedocs.io/en/latest/release_notes.html#version-0-13-2",
"funding": "https://cordis.europa.eu/project/id/945539",
"developmentStatus": "active",
"referencePublication": null,
"funder": {
"@type": "Organization",
"name": "European Commission"
},
"programmingLanguage": ["Python"],
"operatingSystem": ["Linux", "Windows", "macOS"],
"softwareRequirements": [
"Python >=3.9",
"ebrains-kg-core",
"python-dateutil",
"tabulate",
"requests"
],
"relatedLink": ["https://fairgraph.readthedocs.io"],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-4793-7541",
"givenName": "Andrew P.",
"familyName": "Davison",
"affiliation": {
"@id": "https://ror.org/002v40q27"
}
},
{
"@type": "Person",
"givenName": "Onur",
"familyName": "Ates",
"affiliation": {
"@id": "https://ror.org/002v40q27"
}
},
{
"@type": "Person",
"givenName": "Yann",
"familyName": "Zerlaut",
"affiliation": {
"@id": "https://ror.org/002v40q27"
}
},
{
"@type": "Person",
"givenName": "Nico",
"familyName": "Feld",
"affiliation": {
"@id": "https://ror.org/02778hg05"
}
},
{
"@type": "Person",
"givenName": "Glynis",
"familyName": "Mattheisen",
"affiliation": {
"@id": "https://ror.org/002v40q27"
}
},
{
"@type": "Person",
"givenName": "Peyman",
"familyName": "Najafi",
"affiliation": {
"@id": "https://ror.org/002v40q27"
}
}
]
}