-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
101 lines (100 loc) · 3.32 KB
/
Copy pathcodemeta.json
File metadata and controls
101 lines (100 loc) · 3.32 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"@context": "https://w3id.org/codemeta/3.0",
"applicationCategory": "SoftwareSourceCode",
"author": [
{
"@id": "https://github.com/SoftwareUnderstanding",
"@type": "Organization",
"name":"Software Understanding"
},
{
"affiliation": {
"name": "Univ. Savoie Mont-Blanc, CNRS, LAPP",
"@type": "Organization"
},
"email": "tom.francois@lapp.in2p3.fr",
"@id": "https://orcid.org/0000-0001-5226-3089",
"givenName": "Tom",
"familyName": "Fran\u00e7ois",
"@type": "Person"
}
],
"contributor": [
{
"id": "https://orcid.org/0000-0002-5686-2078",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Univ. Savoie Mont-Blanc, CNRS, LAPP"
},
"email": "thomas.vuillaume@lapp.in2p3.fr",
"familyName": "Vuillaume",
"givenName": "Thomas"
},
{
"id": "https://orcid.org/0000-0003-0454-7145",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Universidad Politécnica de Madrid "
},
"email": "daniel.garijo@upm.es",
"familyName": "Garijo",
"givenName": "Daniel"
},
{
"id": "https://orcid.org/0009-0005-6868-4511",
"@type": "Person",
"affiliation": {
"@type": "Organization",
"name": "Universidad Politécnica de Madrid "
},
"email": "a.elhounsri@upm.es",
"familyName": "El Hounsri",
"givenName": "Anas"
}
],
"codeRepository": "https://github.com/SoftwareUnderstanding/sw-metadata-bot",
"dateCreated": "2025-12-15",
"dateModified": "2026-06-03",
"datePublished": "2026-01-16",
"description": "A repository to keep the code of the RSMetaCheck bot for pushing issues with existing repository metadata",
"downloadUrl": "https://github.com/SoftwareUnderstanding/sw-metadata-bot/releases",
"keywords": [
"codemeta",
"bot",
"software",
"metadata"
],
"license": "https://spdx.org/licenses/MIT",
"name": "sw-metadata-bot",
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "Python",
"version": "3"
}
],
"runtimePlatform": "Python 3.11, Python 3.12",
"releaseNotes": "## What's Changed\n* Fix beta test feedbacks by @francoto in https://github.com/SoftwareUnderstanding/sw-metadata-bot/pull/7\n\n\n**Full Changelog**: https://github.com/SoftwareUnderstanding/sw-metadata-bot/compare/v0.1.0...v0.1.1",
"softwareRequirements": [
"click>=8.3.1",
"rsmetacheck>=0.2.1",
"python-dotenv>=1.0.0",
"requests>=2.32.5"
],
"version": "0.5.1",
"softwareVersion": "0.5.1",
"maintainer": {
"@id": "https://orcid.org/0000-0001-5226-3089",
"givenName": "Tom",
"familyName": "Fran\u00e7ois",
"email": "tom.francois@lapp.in2p3.fr",
"@type": "Person"
},
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/sw-metadata-bot/main/README.md",
"continuousIntegration": "https://raw.githubusercontent.com/SoftwareUnderstanding/sw-metadata-bot/main/.github/workflows/ci.yml",
"developmentStatus": "active",
"issueTracker": "https://github.com/SoftwareUnderstanding/sw-metadata-bot/issues",
"@type": "SoftwareSourceCode"
}