Metadata-Version: 1.2
Name: pymanifesto
Version: 0.2.1
Summary: pymanifesto connects you to the Manifesto Project's database using Python.
Home-page: https://github.com/shimst3r/pymanifesto
Author: Nils P. Müller
Author-email: shimst3r@gmail.com
License: GNU General Public License v3
Description: ===========
        pymanifesto
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/pymanifesto.svg
                :target: https://pypi.python.org/pypi/pymanifesto
        
        .. image:: https://img.shields.io/travis/shimst3r/pymanifesto.svg
                :target: https://travis-ci.org/shimst3r/pymanifesto
        
        .. image:: https://readthedocs.org/projects/pymanifesto/badge/?version=latest
                :target: https://pymanifesto.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        pymanifesto connects you to the Manifesto Project's database using Python.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://pymanifesto.readthedocs.io.
        
        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.
        
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`Manifesto Project API`: https://manifesto-project.wzb.eu/information/documents/api
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _website: https://manifestoproject.wzb.eu
        
        
        =======
        History
        =======
        
        
        0.2.1 (2019-11-30)
        ------------------
        
        * Fix issues with version numbering in ``setup.py``
        
        0.2.0 (2019-11-30)
        ------------------
        
        * Implement basic API client.
        * Implement API route ``api_list_core_versions`` as method on API client.
        * Update documentation.
        * Deprecate Python 3.5 and 3.6 (because f-strings and data classes!)
        
        0.1.0 (2019-11-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: pymanifesto
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
