-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodemeta.json
62 lines (62 loc) · 1.79 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause.html",
"codeRepository": "https://github.com/HumanBrainProject/ebrains-validation-client",
"dateModified": "2024-10-25",
"downloadUrl": "https://files.pythonhosted.org/packages/78/36/6546ddd1d0ae73378d99bd82832c438ccd2e98c3b8e4a8c22eb26d26d192/ebrains_validation_framework-0.9.2.tar.gz",
"issueTracker": "https://github.com/HumanBrainProject/ebrains-validation-client/issues",
"name": "ebrains-validation-framework",
"version": "0.9.2",
"identifier": "https://pypi.org/project/ebrains-validation-framework/0.9.2/",
"description": "Python client for the EBRAINS Validation Framework web services.",
"applicationCategory": "neuroscience",
"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.8",
"requests",
"nameparser",
"ebrains-drive"
],
"relatedLink": [
"https://ebrains-validation-client.readthedocs.io"
],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-4793-7541",
"givenName": "Andrew P.",
"familyName": "Davison",
"affiliation": [
{
"@id": "https://ror.org/02feahw73"
}
]
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-0148-8023",
"givenName": "Shailesh",
"familyName": "Appukuttan",
"affiliation": [
{
"@id": "https://ror.org/02feahw73"
}
]
}
]
}