pymanifesto

pymanifesto connects you to the Manifesto Project's database using Python.


Keywords
pymanifesto
License
GPL-3.0
Install
pip install pymanifesto==0.2.1

Documentation

pymanifesto

Documentation Status

pymanifesto connects you to the Manifesto Project's database using Python.

About the Manifesto Project

Quoting from the project website:

The Manifesto Project provides the scientific community with parties’ policy positions derived from a content analysis of parties’ electoral manifestos. It covers over 1000 parties from 1945 until today in over 50 countries on five continents. The DFG-funded MARPOR project continues the work of the Manifesto Research Group (MRG) and the Comparative Manifestos Project (CMP). On this website you find the Manifesto Project Dataset containing the parties' policy preferences generated by the project. You also find coded and uncoded election manifestos of the parties in the dataset as well as information and links to many applications for the dataset, related projects and publications etc.

Features

pymanifesto is a Python interface to the Manifesto Project API.

The following API endpoints are implemented:

  • api_list_core_versions

The following API endpoints will be implemented:

  • api_list_metadata_versions
  • api_get_core
  • api_metadata
  • api_texts_and_annotations
  • api_get_core_codebook
  • api_get_core_citation
  • api_get_corpus_citation

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.