diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index cbf56a2..8fa3240 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -1,7 +1,7 @@ # This workflows will upload a Python Package using poetry when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries -name: Publish RSMetaCheck package to PyPI +name: Publish rsmetacheck package to PyPI on: workflow_dispatch: diff --git a/README.md b/README.md index 108e4f8..4c856e0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ MetaCheck identifies **29 different types of metadata quality issues** across mu (Python, Java, C++, C, R, Rust). These pitfalls range from version mismatches and license template placeholders to broken URLs and improperly formatted metadata fields. -You can visit our [catalog](https://softwareunderstanding.github.io/RsMetaCheck/) to see in details what these pitfalls are, where are they usually detected and how to fix them. +You can visit our [catalog](https://softwareunderstanding.github.io/rsmetacheck/) to see in details what these pitfalls are, where are they usually detected and how to fix them. ### Supported Pitfall Types @@ -45,8 +45,8 @@ The tool detects the following categories of issues: 1. **Clone the repository**: ```bash - git clone https://github.com/SoftwareUnderstanding/RsMetaCheck.git - cd RsMetaCheck + git clone https://github.com/SoftwareUnderstanding/rsmetacheck.git + cd rsmetacheck ``` 2. **Install with Poetry**: @@ -67,7 +67,7 @@ The tool detects the following categories of issues: Alternatively, you can install directly from GitHub: ```bash -pip install git+https://github.com/SoftwareUnderstanding/RsMetaCheck.git +pip install git+https://github.com/SoftwareUnderstanding/rsmetacheck.git ``` ## Usage diff --git a/codemeta.json b/codemeta.json index 369abb0..8aacbce 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,16 +14,16 @@ "givenName": "Anas" } ], - "codeRepository": "git+https://github.com/SoftwareUnderstanding/RsMetaCheck.git", + "codeRepository": "git+https://github.com/SoftwareUnderstanding/rsmetacheck.git", "dateModified": "2026-07-22", "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", + "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", + "name": "rsmetacheck", "operatingSystem": "Linux", "programmingLanguage": "Python", "version": "0.3.5", "developmentStatus": "active", - "issueTracker": "https://github.com/SoftwareUnderstanding/RsMetaCheck/issues" + "issueTracker": "https://github.com/SoftwareUnderstanding/rsmetacheck/issues" } diff --git a/data/examples/notes_example.json b/data/examples/notes_example.json index 40adeec..d437dce 100644 --- a/data/examples/notes_example.json +++ b/data/examples/notes_example.json @@ -2,7 +2,7 @@ "total_notes": 1, "notes": [ { - "repository": "SoftwareUnderstanding/RsMetaCheck", + "repository": "SoftwareUnderstanding/rsmetacheck", "file_name": "output_1.json", "code": "P001", "note": "Version discrepancy: codemeta.json '0.3.2dev' vs release '0.3.1'" diff --git a/docs/catalog.html b/docs/catalog.html index db07821..284f532 100644 --- a/docs/catalog.html +++ b/docs/catalog.html @@ -3,7 +3,7 @@ - RsMetaCheck Catalog + rsmetacheck Catalog @@ -179,7 +179,7 @@

Metadata Pitfalls & Warnings Catalog

This is a catalog of the pitfalls and warnings we have come across during our research on software metadata quality. Based on these findings, we at Ontology Engineering Group (OEG) - have developed our tool RSMetaCheck to automatically diagnose and identify these common issues in software metadata files. + have developed our tool rsmetacheck to automatically diagnose and identify these common issues in software metadata files. Warnings do not have a severity level because originally they were opted due to their low severity and classified as "Warnings" instead of "Pitfalls"

diff --git a/docs/ground_truth/charts.html b/docs/ground_truth/charts.html index da08918..cedd89a 100644 --- a/docs/ground_truth/charts.html +++ b/docs/ground_truth/charts.html @@ -3,7 +3,7 @@ - RsMetaCheck — 0.3.0 vs 0.3.5 Charts + rsmetacheck — 0.3.0 vs 0.3.5 Charts