HERMES curation plugin using the Software CaRD framework.
Install it:
pip install git+https://github.com/softwarepub/hermes-plugin-software-card.gitConfigure it in hermes.toml:
[curate]
plugin = "software_card"python3.11 -m venv venv
source venv/bin/activate
python -m pip install -e .For testing of CI environments (on Linux), source one of these files:
source env-github.sh
source env-gitlab.sh