hermes.commands.curate.base
Classes
Generic deposition settings. |
|
Curate the unified metadata before deposition. |
Module Contents
- class hermes.commands.curate.base.CurateSettings(/, **data: Any)
Bases:
pydantic.BaseModel
Generic deposition settings.
- class hermes.commands.curate.base.HermesCurateCommand(parser: argparse.ArgumentParser)
Bases:
hermes.commands.base.HermesCommand
Curate the unified metadata before deposition.
- init_command_parser(command_parser: argparse.ArgumentParser) None
Initialize the command line arguments available for this specific HERMES sub-commands.
You should override this method to add your custom arguments to the command line parser of the respective sub-command.
- Parameters:
command_parser – The command line sub-parser responsible for the HERMES sub-command.