-
Notifications
You must be signed in to change notification settings - Fork 18
Add NLeSC Python template #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -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" }, | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| { "@id": "dim:Reliability", "@type": "@id" }, | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| { "@id": "dim:Sustainability", "@type": "@id" } | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| ], | ||||||
| "howToUse": ["command-line"], | ||||||
|
fdiblen marked this conversation as resolved.
|
||||||
| "isAccessibleForFree": true, | ||||||
| "license": "https://spdx.org/licenses/Apache-2.0", | ||||||
| "name": "Netherlands eScience Center Python Template", | ||||||
| "url": "https://github.com/NLeSC/python-template" | ||||||
| } | ||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you please add indicators if any? Thanks |
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.