pymanifesto package

Submodules

pymanifesto.pymanifesto module

pymanifesto provides the API client as well as utility classes and functions.

class pymanifesto.pymanifesto.API(api_key)[source]

Bases: object

API is the central entry point for the Manifesto Project API.

It encapsulates the api_key and exposes the API’s endpoints.

api_root
The API’s root URL as defined by:
https://manifestoproject.wzb.eu/information/documents/api
list_core_versions(kind: Optional[str] = None) → List[pymanifesto.pymanifesto.DatasetVersion][source]

Lists all core dataset versions.

class pymanifesto.pymanifesto.DatasetVersion(id: str, name: str)[source]

Bases: object

DatasetVersion models the objects returned by calling API.list_core_versions

Module contents

Top-level package for pymanifesto.