hermes.commands.harvest.cff
Attributes
Classes
Custom settings for CFF harvester. |
|
Base plugin that does harvesting. |
Module Contents
- class hermes.commands.harvest.cff.CffHarvestSettings(/, **data: Any)
Bases:
pydantic.BaseModel
Custom settings for CFF harvester.
- class hermes.commands.harvest.cff.CffHarvestPlugin
Bases:
hermes.commands.harvest.base.HermesHarvestPlugin
Base plugin that does harvesting.
TODO: describe the harvesting process and how this is mapped to this plugin.
- __call__(command: hermes.commands.harvest.base.HermesHarvestCommand) Tuple[Dict, Dict]
Execute the plugin.
- Parameters:
command – The command that triggered this plugin to run.