https://github.com/softwarepub/hermes-plugin-software-card
HERMES curation plugin using the Software CaRD framework. (WIP)
https://github.com/softwarepub/hermes-plugin-software-card
Last synced: 29 days ago
JSON representation
HERMES curation plugin using the Software CaRD framework. (WIP)
- Host: GitHub
- URL: https://github.com/softwarepub/hermes-plugin-software-card
- Owner: softwarepub
- License: apache-2.0
- Created: 2026-01-23T13:12:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-05-26T10:50:32.000Z (about 2 months ago)
- Last Synced: 2026-05-26T12:34:35.499Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# hermes-plugin-software-card
HERMES curation plugin using the Software CaRD framework.
## Development
```bash
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:
```bash
source env-github.sh
source env-gitlab.sh
```