get

get(metadata_file: Path = Path('.zenodo.toml'), /, *, sandbox: bool = False)

Get the Zenodo deposit JSON based on the metadata file.

Parameters

metadata_file : Path = Path('.zenodo.toml')

The path to the metadata file.

sandbox : bool = False

Whether to use the Zenodo sandbox environment for testing purposes.