fairops.repositories package
fairops.repositories.zenodo module
- class fairops.repositories.zenodo.ZenodoClient(api_token: str)[source]
Bases:
objectA client for interacting with the Zenodo API to manage projects, articles, and file uploads/downloads.
Initialize the Zenodo client with an API token.
- Args:
api_token (str): The Zenodo API token for authentication.