-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
39 lines (38 loc) · 1.21 KB
/
codemeta.json
File metadata and controls
39 lines (38 loc) · 1.21 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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://github.com/sgfost",
"@type": "Person",
"affiliation": {
"type": "Organization",
"name": "Arizona State University"
},
"email": "sgfost@asu.edu",
"familyName": "Foster",
"givenName": "Scott"
},
{
"@type": "Role",
"@id": "https://github.com/sgfost",
"roleName": "Developer"
}
],
"codeRepository": "https://github.com/sgfost/codemeticulous/",
"dateCreated": "2024-11-05",
"description": "validate and convert between software metadata standards with pydantic",
"keywords": [
"software metadata",
"codemeta",
"research software",
"FAIR"
],
"license": "https://spdx.org/licenses/GPL-3.0",
"name": "codemeticulous",
"programmingLanguage": "Python 3",
"softwareRequirements": "Python 3.10",
"version": "0.1.0",
"continuousIntegration": "https://github.com/sgfost/codemeticulous/actions/",
"issueTracker": "https://github.com/sgfost/codemeticulous/issues"
}