Install the plugin

From PyPI

Install cwl2codemeta and a compatible Transpiler-Mate runtime into the same Python environment:

python -m pip install cwl2codemeta transpiler-mate-runtime

Verify that plugin discovery succeeded:

transpiler-mate cwl2codemeta --help

The package registers a plugin entry point; it does not provide a standalone cwl2codemeta executable.

From source

git clone https://github.com/Transpiler-Mate/cwl2codemeta.git
cd cwl2codemeta
python -m pip install . transpiler-mate-runtime

Python 3.10 or newer is required.