This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
79 lines (79 loc) · 2.35 KB
/
Copy pathcodemeta.json
File metadata and controls
79 lines (79 loc) · 2.35 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
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
"https://schema.org",
"https://w3id.org/software-types"
],
"@type": "SoftwareSourceCode",
"audience": [
{
"@type": "Audience",
"audienceType": "Science/Research"
},
{
"@type": "Audience",
"audienceType": "Developers"
}
],
"author": [
{
"@type": "Person",
"email": "a.pirogov@fz-juelich.de",
"familyName": "Pirogov",
"givenName": "Anton"
}
],
"codeRepository": "https://github.com/Materials-Data-Science-and-Informatics/dev-utils",
"description": "Helper utilities for development, used from other repositories.",
"developmentStatus": "https://www.repostatus.org/#wip",
"identifier": "dev-utils",
"keywords": [
"dev",
"misc",
"util"
],
"license": "http://spdx.org/licenses/MIT",
"name": "dev-utils",
"operatingSystem": "POSIX > Linux",
"runtimePlatform": "Python 3",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "codemetapy",
"name": "codemetapy",
"runtimePlatform": "Python 3",
"version": "^2.4.1"
},
{
"@type": "SoftwareApplication",
"identifier": "python",
"name": "python",
"runtimePlatform": "Python 3",
"version": "^3.8"
},
{
"@type": "SoftwareApplication",
"identifier": "rdflib",
"name": "rdflib",
"runtimePlatform": "Python 3",
"version": "^6.3.2"
},
{
"@type": "SoftwareApplication",
"identifier": "typer",
"name": "typer",
"runtimePlatform": "Python 3",
"version": "^0.7.0"
}
],
"targetProduct": {
"@type": "CommandLineApplication",
"description": "Shallow wrapper around codemetapy to use it with pre-commit.",
"executableName": "update-codemeta",
"name": "update-codemeta",
"runtimePlatform": "Python 3"
},
"version": "0.1.0"
}