[console_scripts]
hermes=hermes.commands.cli:main
hermes-marketplace=hermes.commands.marketplace:main

[hermes.curate]
pass_curate=hermes.commands.curate.pass_curate:PassCuratePlugin

[hermes.deposit]
file=hermes.commands.deposit.file:FileDepositPlugin
invenio=hermes.commands.deposit.invenio:InvenioDepositPlugin
invenio_rdm=hermes.commands.deposit.invenio_rdm:InvenioRDMDepositPlugin
rodare=hermes.commands.deposit.rodare:RodareDepositPlugin

[hermes.harvest]
cff=hermes.commands.harvest.cff:CffHarvestPlugin
codemeta=hermes.commands.harvest.codemeta:CodeMetaHarvestPlugin
file_exists=hermes.commands.harvest.file_exists:FileExistsHarvestPlugin
git=hermes.commands.harvest.git:GitHarvestPlugin
toml=hermes.commands.harvest.toml:TomlHarvestPlugin

[hermes.postprocess]
config_invenio_rdm_record_id=hermes.commands.postprocess.invenio_rdm:config_record_id
config_invenio_record_id=hermes.commands.postprocess.invenio:config_record_id
invenio_cff_doi=hermes.commands.postprocess.invenio:cff_doi
invenio_codemeta_doi=hermes.commands.postprocess.invenio:codemeta_doi
invenio_rdm_cff_doi=hermes.commands.postprocess.invenio_rdm:cff_doi
invenio_rdm_codemeta_doi=hermes.commands.postprocess.invenio_rdm:codemeta_doi

[hermes.process]
codemeta=hermes.commands.process.standard_merge:CodemetaProcessPlugin
invenio=hermes.commands.process.invenio_merge:InvenioProcessPlugin

