pull

Command-line tool

Ensures that Zenodo descriptors are locally cached, downloading them if needed.

usage: bosh pull [-h] [-v] [--sandbox] zids [zids ...]

Positional Arguments

zids

One or more Zenodo IDs for the descriptor(s) to pull, prefixed by ‘zenodo.’, e.g. zenodo.123456 zenodo.123457

Named Arguments

-v, --verbose

Print information messages

Default: False

--sandbox

pull from Zenodo’s sandbox instead of production server. Recommended for tests.

Default: False


Python API

boutiques.pull(*params)

Refer to the Command-line tool section above