hermes.commands.curate.accept
=============================

.. py:module:: hermes.commands.curate.accept


Classes
-------

.. autoapisummary::

   hermes.commands.curate.accept.AcceptCuratePlugin


Module Contents
---------------

.. py:class:: AcceptCuratePlugin(command, ctx)

   Bases: :py:obj:`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.


   .. py:method:: is_publication_approved()

      Simulate positive curation result.



   .. py:method:: process_decision_positive()

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



