Skip to content

Commit

Permalink
Begin Rodare deposit plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzzyxdonta committed Oct 16, 2024
1 parent 0e73ac9 commit 63832db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ codemeta = "hermes.commands.harvest.codemeta:CodeMetaHarvestPlugin"
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"

[tool.poetry.plugins."hermes.postprocess"]
config_invenio_record_id = "hermes.commands.postprocess.invenio:config_record_id"
Expand Down
10 changes: 10 additions & 0 deletions src/hermes/commands/deposit/rodare.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
#
# SPDX-License-Identifier: Apache-2.0

# SPDX-FileContributor: David Pape

from hermes.commands.deposit.invenio import InvenioDepositPlugin

class RodareDepositPlugin(InvenioDepositPlugin):
platform_name = "rodare"

0 comments on commit 63832db

Please sign in to comment.