The EVERSE Software Quality Pipelines provide
- the command line tool
resquito check a configurable set of software quality indicators on research software via external plugins (tools); - GitHub Action to run the pipeline on a github repository.
Please read and adhere to our contribution guidelines on CONTRIBUTING.md and our Code of Conduct.
An overview on the quality pipelines is given below. The complete documentation of the quality pipelines are available at the project's Github Pages, please read through those pages if you encounter issues and questions.
resquican be installed - preferably within a Python virtual environment - with the requirements ofDockerandPython 3.9+
- using pip:
pip install resqui
- or from source:
git clone https://github.com/EVERSE-ResearchSoftware/QualityPipelines.git
cd QualityPipelines
pip install .
and can be executed with these options:
$ resqui -h
Usage:
resqui [options]
resqui indicators
Options:
-u <repository_url> URL of the repository to be analyzed (GitHub URLs, Zenodo DOIs and URLs accepted)
-c <config_file> Path to the configuration file.
-o <output_file> Path to the output file [default: resqui_summary.json].
-t <github_token> GitHub API token.
-d <dashverse_token> DashVerse API token.
-b <branch> The Git branch to be checked.
-v Verbose output.
--version Show the version of the script.
--help Show this help message.
- The GitHub Action to include in CI/CDs pipeline is available in this repository.
EVERSE provides a set of services to assess and improve the quality of research software, visit the EVERSE homepage for more information.
A simplified workflow to improve the software quality is:
Find the practices on RSQKit (1), get an overview on tools and services to measure and improve the quality on the TechRadar (2), run an assessment on your own or your groups software via resqui (3) and display the results on DashVERSE (4), assess and repeat from (1).
More information the services can be found at: