Metadata-Version: 2.1
Name: mopinion
Version: 0.0.1
Summary: Client library for the Mopinion Data API
Home-page: https://github.com/mopinion/mopinion-python-api
Author: Mopinion
Author-email: 
License: MIT License
Description: Mopinion API - Python Client
        ==========================================
        
        .. image:: https://img.shields.io/badge/License-MIT-yellow.svg
            :target: https://github.com/mopinion/mopinion-python-api/blob/master/LICENSE
        
        .. image:: https://readthedocs.org/projects/mopinion-python-api/badge/?version=latest
            :target: https://mopinion-python-api.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://github.com/mopinion/mopinion-python-api/workflows/CI/badge.svg?branch=master
            :alt: GitHub Actions
        
        API client library for the `Mopinion Data API <https://developer.mopinion.com/api/>`_.
        
        mopinion-python-api provides functionality for authentication, authorization and requesting resources.
        It comes with an easy, beautiful and elegant way of interacting with our API.
        
        `Read the docs <https://mopinion-python-api.readthedocs.io/en/latest/>`_ for further information.
        
        
        Changelog of mopinion-python-api
        ===================================================
        
        
        0.0.1 (2021-01-20)
        -------------------
        
        - Initial project structure.
        - Client implementation.
        - Test suite.
        - Request examples.
        
Keywords: mopinion
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Provides-Extra: test
