An open API service indexing awesome lists of open source software.

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)

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
```