hermes.commands.curate.accept

Classes

AcceptCuratePlugin

Accept plugin for the curation step.

Module Contents

class hermes.commands.curate.accept.AcceptCuratePlugin(command, ctx)

Bases: hermes.commands.curate.base.BaseCuratePlugin

Accept plugin for the curation step.

This plugin creates a positive curation result, i.e. it accepts the produced metadata as correct and lets the execution continue without human intervention. It also copies the metadata produced in the process step to the “curate” directory.

is_publication_approved()

Simulate positive curation result.

process_decision_positive()

In case of positive curation result, copy files to next step.