- Update fields in
pyproject.toml: replace or remove dummy data, choose a build backend, etc. - Replace all placeholders (e.g.
<your_source>, etc.) in all files and directory names. - Describe your plugin below.
- License your plugin: we recommend following the REUSE specifications and use of the
reusetool. - Update fields in
CITATION.cff: replace or remove dummy data - Delete this section and start implementing.
- When release-ready, add your plugin to the HERMES Marketplace.
This plugin enables the harvesting of metadata stored in <your_source>.
- The Github repository of the
hermesproject
Clone this project, go to the project directory and install this project:
git clone link_to_your_repository
cd your_folder
# Recommended: Create a virtual environment to install into
pip install .Go to the project folder you want to harvest:
cd your_project_to_harvestMake sure that you have a file named hermes.toml in your project with the following content:
[harvest]
sources = ["your_source"]Run the harvest command:
hermes harvestThe harvested metadata from <your_source> is stored in the local cache at .hermes/harvest/.
