hermes.commands.process.base
Classes
Base class for all HERMES plugins. |
|
Generic deposition settings. |
|
Process the collected metadata into a common dataset. |
Module Contents
- class hermes.commands.process.base.HermesProcessPlugin
Bases:
hermes.commands.base.HermesPluginBase class for all HERMES plugins.
Objects of this class are callables.
- class hermes.commands.process.base.ProcessSettings(/, **data: Any)
Bases:
pydantic.BaseModelGeneric deposition settings.
- class hermes.commands.process.base.HermesProcessCommand(parser: argparse.ArgumentParser)
Bases:
hermes.commands.base.HermesCommandProcess the collected metadata into a common dataset.