Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softwarepub/hermes
Implementation of the HERMES workflow
https://github.com/softwarepub/hermes
fair4rs publications software-citation software-metadata
Last synced: 28 days ago
JSON representation
Implementation of the HERMES workflow
- Host: GitHub
- URL: https://github.com/softwarepub/hermes
- Owner: softwarepub
- License: other
- Created: 2022-03-07T10:10:02.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-18T10:38:00.000Z (29 days ago)
- Last Synced: 2024-10-19T09:55:26.135Z (28 days ago)
- Topics: fair4rs, publications, software-citation, software-metadata
- Language: Python
- Homepage: https://docs.software-metadata.pub
- Size: 2.86 MB
- Stars: 20
- Watchers: 8
- Forks: 6
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-fair - HERMES - A CI based workflow to create and publish software publications to well known repositories. (Software and software publications / Related semantics lists)
README
![HERMES Key Visual](https://docs.software-metadata.pub/en/latest/_static/img/header.png)
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
![PyPI - Version](https://img.shields.io/pypi/v/hermes)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hermes)# hermes
Implementation of the HERMES workflow to automatize software publication with rich metadata.
For more extensive documentation, see our [HERMES workflow documentation](https://docs.software-metadata.pub/en/latest).(For more information about the HERMES [HMC](https://helmholtz-metadata.de) *project*, see the [HERMES project website](https://software-metadata.pub).)
![HERMES Workflow Visualization](https://docs.software-metadata.pub/en/latest/_static/img/workflow-horizontal.png)
## Installation
`hermes`' primary use case is to [use it in a continuous integration environment](https://docs.software-metadata.pub/en/latest/tutorials/automated-publication-with-ci.html).
In case you still want to install on your machine, you can (for example) use `pip`:
```shell
pip install hermes
```**Note: you must have Python 3.10 or newer installed.**
Older installations of Python will receive a non-related package because of PyPI limitations!### Development Snapshot
To install the most recent version that has not been released yet, please install from our sources on GitHub:
```commandline
pip install git+https://github.com/hermes-hmc/hermes.git
```## Usage
The `hermes` application provides the entry point for the HERMES workflow.
After installation, you can run it from your command line environment:```shell
hermes --help
hermes harvest
```You can also call the `hermes` package as a Python module:
```shell
python -m hermes --help
python -m hermes harvest
```## Contributions, Extension and Development
We welcome external contributions! Please follow our [contribution guidelines](CONTRIBUTING.md).
HERMES was designed with extensibility in mind. Our [development guide](https://docs.software-metadata.pub/en/latest/dev/start.html)
contains in-depth information on how to get ready and start coding.## Acknowledgements
This project (ZT-I-PF-3-006) was funded by the *Initiative and Networking Fund*
of the [Helmholtz Association](https://www.helmholtz.de/en/about-us/structure-and-governance/initiating-and-networking)
in the framework of the [Helmholtz Metadata Collaboration](https://helmholtz-metadaten.de)'s
[2020 project call](https://helmholtz-metadaten.de/en/projects/hmc-projects-2020).## License and Citation
Please see [`LICENSE.md`](LICENSE.md) for legal information.
We provide a [`CITATION.cff`](CITATION.cff) containing all metadata for citation, which is also easy to
use via the widget on the right-hand side.