-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
29 lines (29 loc) · 1.17 KB
/
codemeta.json
File metadata and controls
29 lines (29 loc) · 1.17 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"author": [
{
"id": "https://orcid.org/0009-0005-6868-4511",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Ontology Engineering Group, Universidad Politecnica de Madrid"
},
"email": "a.elhounsri@upm.es",
"familyName": "El Hounsri",
"givenName": "Anas"
}
],
"codeRepository": "git+https://github.com/SoftwareUnderstanding/RsMetaCheck.git",
"dateModified": "2025-09-19",
"description": "Automated tool to detect metadata quality pitfalls in software repositories (Python, Java, C++, etc.). Analyzes SoMEF output files for version mismatches, license issues, broken URLs, and more. ",
"downloadUrl": "https://github.com/SoftwareUnderstanding/RsMetaCheck/archive/refs/heads/main.tar.gz",
"keywords": ["codemeta", "pitfalls", "metadata", "analysis"],
"license": "https://spdx.org/licenses/MIT",
"name": "RsMetaCheck",
"operatingSystem": "Linux",
"programmingLanguage": "Python",
"version": "0.2.0",
"developmentStatus": "active",
"issueTracker": "https://github.com/SoftwareUnderstanding/RsMetaCheck/issues"
}