diff --git a/data/software-tools/nlesc_python_template.json b/data/software-tools/nlesc_python_template.json new file mode 100644 index 00000000..79255317 --- /dev/null +++ b/data/software-tools/nlesc_python_template.json @@ -0,0 +1,19 @@ +{ + "@context": "https://w3id.org/everse/rs#", + "@id": "https://w3id.org/everse/tools/nlesc_python_template", + "@type": "SoftwareApplication", + "applicationCategory": { "@id": "rs:PrototypeTool", "@type": "@id" }, + "appliesToProgrammingLanguage": ["Python"], + "description": "Template for Python research software projects that improves software quality by providing a reusable project structure with packaging configuration, automated testing, linting, continuous integration, and project metadata. These best-practice components help researchers build more maintainable, reliable, sustainable, and reusable software from the start.", + "hasQualityDimension": [ + { "@id": "dim:FAIRness", "@type": "@id" }, + { "@id": "dim:Maintainability", "@type": "@id" }, + { "@id": "dim:Reliability", "@type": "@id" }, + { "@id": "dim:Sustainability", "@type": "@id" } + ], + "howToUse": ["command-line"], + "isAccessibleForFree": true, + "license": "https://spdx.org/licenses/Apache-2.0", + "name": "Netherlands eScience Center Python Template", + "url": "https://github.com/NLeSC/python-template" +}