-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
51 lines (51 loc) · 1.78 KB
/
Copy pathcodemeta.json
File metadata and controls
51 lines (51 loc) · 1.78 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
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": [
"SoftwareSourceCode",
"SoftwareApplication"
],
"author": [
{
"affiliation": {
"name": "King's Digital Lab",
"@type": "Organization"
},
"familyName": "Noel",
"givenName": "Geoffroy",
"@id": "_:author_1",
"@type": "Person"
}
],
"codeRepository": "https://github.com/kingsdigitallab/credits-tools",
"dateCreated": "2026-06-28",
"dateModified": "2026-08-04",
"description": "Tools to manage software credits",
"downloadUrl": "https://github.com/kingsdigitallab/credits-tools/releases",
"license": "https://spdx.org/licenses/MIT",
"name": "credits-tools",
"programmingLanguage": "Python",
"runtimePlatform": "Python>=3.14",
"softwareRequirements": [
{
"name": "pydantic # to encode cff and codemeta specifications into pydantic models",
"@type": "SoftwareApplication"
},
{
"name": "pyld # TODO: check what this is needed for",
"@type": "SoftwareApplication"
},
{
"name": "datamodel-code-generator # to convert cff json-schema into Pydantic models",
"@type": "SoftwareApplication"
},
{
"name": "pydantic_yaml # to serialise cff model instance into yaml",
"@type": "SoftwareApplication"
},
{
"name": "pydantic2-schemaorg # schema.org classes already encoded as Pydantic model",
"@type": "SoftwareApplication"
}
],
"issueTracker": "https://api.github.com/repos/kingsdigitallab/credits-tools/issues"
}