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

[hermes.deposit]
file=hermes.commands.deposit.file:FileDepositPlugin
invenio=hermes.commands.deposit.invenio:InvenioDepositPlugin
invenio_rdm=hermes.commands.deposit.invenio_rdm:IvenioRDMDepositPlugin
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

[hermes.postprocess]
cff_doi=hermes.commands.postprocess.invenio:cff_doi
config_invenio_rdm_record_id=hermes.commands.postprocess.invenio_rdm:config_record_id
config_invenio_record_id=hermes.commands.postprocess.invenio:config_record_id

