hermes.commands.workflow

Module Contents

Functions

harvest(click_ctx)

Automatic harvest of metadata

process(click_ctx)

Process metadata and prepare it for deposition

curate(click_ctx)

deposit(click_ctx, initial, auth_token, file)

Deposit processed (and curated) metadata.

postprocess(click_ctx)

Postprocess metadata after deposition

clean()

Remove cached data.

hermes.commands.workflow.harvest(click_ctx: click.Context)

Automatic harvest of metadata

hermes.commands.workflow.process(click_ctx: click.Context)

Process metadata and prepare it for deposition

hermes.commands.workflow.curate(click_ctx: click.Context)
hermes.commands.workflow.deposit(click_ctx: click.Context, initial, auth_token, file)

Deposit processed (and curated) metadata.

hermes.commands.workflow.postprocess(click_ctx: click.Context)

Postprocess metadata after deposition

hermes.commands.workflow.clean()

Remove cached data.