Skip to content

Commit ca8f695

Browse files
author
openMINDS pipeline
committed
build triggered by submodule version
1 parent 3cd18d8 commit ca8f695

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

codemeta.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"license": "https://spdx.org/licenses/Apache-2.0",
5+
"codeRepository": "https://github.com/openMetadataInitiative/openMINDS_Python",
6+
"contIntegration": "https://github.com/openMetadataInitiative/openMINDS_Python/actions",
7+
"issueTracker": "https://github.com/openMetadataInitiative/openMINDS_Python/issues",
8+
"name": "openMINDS Python",
9+
"description": "openMINDS Python is a small library to support the creation and use of openMINDS metadata models and schemas in your Python application, with import and export in JSON-LD format. The package contains all openMINDS schemas as Python classes in addition to schema base classes and utility methods.",
10+
"applicationCategory": "neuroscience",
11+
"releaseNotes": "https://github.com/openMetadataInitiative/openMINDS_Python/blob/pipeline/CHANGELOG.md",
12+
"funding": "https://cordis.europa.eu/project/id/945539",
13+
"developmentStatus": "active",
14+
"funder": {
15+
"@type": "Organization",
16+
"name": "European Commission"
17+
},
18+
"programmingLanguage": [
19+
"Python"
20+
],
21+
"operatingSystem": [
22+
"Linux",
23+
"Windows",
24+
"macOS"
25+
],
26+
"softwareRequirements": [
27+
"Python (version >=3.7)"
28+
],
29+
"relatedLink": [
30+
"http://neuralensemble.org/docs/PyNN/",
31+
"https://groups.google.com/g/neuralensemble"
32+
],
33+
"author": [
34+
{
35+
"@type": "Person",
36+
"@id": "http://orcid.org/0000-0002-4793-7541",
37+
"givenName": "Andrew P.",
38+
"familyName": "Davison"
39+
},
40+
{
41+
"@type": "Person",
42+
"@id": "https://orcid.org/0000-0002-5947-9939",
43+
"givenName": "Lyuba",
44+
"familyName": "Zehl"
45+
},
46+
{
47+
"@type": "Person",
48+
"@id": "https://orcid.org/0000-0003-1746-3995",
49+
"givenName": "Peyman",
50+
"familyName": "Najafi"
51+
},
52+
{
53+
"@type": "Person",
54+
"givenName": "Louisa",
55+
"familyName": "K\u00f6hnen"
56+
}
57+
],
58+
"version": "0.2.0",
59+
"downloadUrl": "https://files.pythonhosted.org/packages/1c/9d/c6a6ef773862d8231b8791ab1e4cf19ddd58b367b996602644b60970a656/openMINDS-0.2.0.tar.gz",
60+
"dateModified": "2024-03-12"
61+
}

0 commit comments

Comments
 (0)