hermes.commands.harvest.toml
A hermes harvest plugin that harvests the .toml file of the project
Classes
Settings class for this plugin |
|
Base class for the hermes plugin that harvests .toml files |
Module Contents
- class hermes.commands.harvest.toml.TomlHarvestSettings(/, **data: Any)
Bases:
pydantic.BaseModelSettings class for this plugin
- class hermes.commands.harvest.toml.TomlHarvestPlugin
Bases:
hermes.commands.harvest.base.HermesHarvestPluginBase class for the hermes plugin that harvests .toml files
- __call__(command: hermes.commands.harvest.base.HermesHarvestCommand) hermes.model.api.SoftwareMetadata
start of the process of harvesting the .toml file
- classmethod read_from_one_table(table, mapping)
Read and process the data of one table inside the .toml file