From d63c69ad900f32a092eec1af491949795b1a78e1 Mon Sep 17 00:00:00 2001 From: Vincent Pollet Date: Fri, 6 Feb 2026 17:53:09 +0100 Subject: [PATCH 1/2] Add pixi to tech radar software tools --- data/software-tools/pixi.json | 51 +++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 data/software-tools/pixi.json diff --git a/data/software-tools/pixi.json b/data/software-tools/pixi.json new file mode 100644 index 00000000..ca7c98c0 --- /dev/null +++ b/data/software-tools/pixi.json @@ -0,0 +1,51 @@ +{ + "@context": "https://w3id.org/everse/rs#", + "@id": "https://w3id.org/everse/tools/pixi", + "@type": "schema:SoftwareApplication", + "name": "pixi", + "description": "Pixi is a fast, modern, and reproducible package management tool for developers of all backgrounds. It is based on the conda ecosystem and allows to create reproducible software development environment and workflows for all platforms.", + "url": "https://pixi.prefix.dev/latest/", + "applicationCategory": { + "@id": "rs:ResearchInfrastructureSoftware", + "@type": "@id" + }, + "isAccessibleForFree": true, + "hasQualityDimension": [ + { + "@id": "dim:compatibility", + "@type": "@id" + }, + { + "@id": "dim:flexibility", + "@type": "@id" + }, + { + "@id": "dim:reliability", + "@type": "@id" + }, + { + "@id": "dim:sustainability", + "@type": "@id" + }, + { + "@id": "dim:maintainability", + "@type": "@id" + }, + { + "@id": "dim:functional_suitability", + "@type": "@id" + } + ], + "howToUse": ["command-line", "Graphical User Interface"], + "license": "https://opensource.org/license/bsd-3-clause", + "improvesQualityIndicator": [ + { + "@id": "https://w3id.org/everse/i/indicators/dependency_management", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/requirements_specified", + "@type": "@id" + } + ] +} From 5835c6093b55aa4ca5cf8b6cf58e931de66c5e62 Mon Sep 17 00:00:00 2001 From: Vincent Pollet Date: Wed, 1 Apr 2026 16:55:31 +0200 Subject: [PATCH 2/2] Specify only command-line for pixi usage --- data/software-tools/pixi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/software-tools/pixi.json b/data/software-tools/pixi.json index ca7c98c0..3eae3e60 100644 --- a/data/software-tools/pixi.json +++ b/data/software-tools/pixi.json @@ -36,7 +36,7 @@ "@type": "@id" } ], - "howToUse": ["command-line", "Graphical User Interface"], + "howToUse": ["command-line"], "license": "https://opensource.org/license/bsd-3-clause", "improvesQualityIndicator": [ {