Skip to content

Commit dea72d5

Browse files
Merge pull request #33 from SoftwareUnderstanding/dev
Adding codemeta.json
2 parents 3a17b74 + 64baa95 commit dea72d5

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

codemeta.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"@context": "https://w3id.org/codemeta/3.0",
3+
"type": "SoftwareSourceCode",
4+
"author": [
5+
{
6+
"id": "https://orcid.org/0009-0005-6868-4511",
7+
"type": "Person",
8+
"affiliation": {
9+
"type": "Organization",
10+
"name": "Ontology Engineering Group, Universidad Politecnica de Madrid"
11+
},
12+
"email": "a.elhounsri@upm.es",
13+
"familyName": "El Hounsri",
14+
"givenName": "Anas"
15+
}
16+
],
17+
"codeRepository": "git+https://github.com/SoftwareUnderstanding/RsMetaCheck.git",
18+
"dateModified": "2025-09-19",
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. ",
20+
"downloadUrl": "https://github.com/SoftwareUnderstanding/RsMetaCheck/archive/refs/heads/main.tar.gz",
21+
"keywords": [
22+
"codemeta",
23+
"pitfalls",
24+
"metadata",
25+
"analysis"
26+
],
27+
"license": "https://spdx.org/licenses/MIT",
28+
"name": "RsMetaCheck",
29+
"operatingSystem": "Linux",
30+
"programmingLanguage": "Python",
31+
"version": "0.1.1",
32+
"developmentStatus": "active",
33+
"issueTracker": "https://github.com/SoftwareUnderstanding/RsMetaCheck/issues"
34+
}

0 commit comments

Comments
 (0)