exporter

Command-line tool

Export Boutiques descriptor to other formats.

usage: bosh exporter [-h] [--identifier IDENTIFIER] [--sandbox]
                     {carmin} descriptor output

Positional Arguments

type

Possible choices: carmin

Type of export we are performing.

descriptor

Boutiques descriptor to export.

output

Output file where to write the converted descriptor.

Named Arguments

--identifier

Identifier to use inCARMIN export.

--sandbox

Get descriptor from Zenodo’s sandbox instead of production server.

Default: False


Python API

boutiques.exporter(*params)

Refer to the Command-line tool section above