Metadata-Version: 2.1
Name: mopinion
Version: 0.0.2
Summary: Client library for the Mopinion Data API
Home-page: https://github.com/mopinion/mopinion-python-api
Author: Mopinion
Author-email: 
License: MIT License
Keywords: mopinion
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: requests
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

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/Test%20Suite/badge.svg/
    :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.3 (unreleased)
-------------------


0.0.2 (2021-01-20)
-------------------

- Fixed in documentation.

- Removed travis ci. Integrated GitHub Actions.

- Added coverage into GitHub actions.

0.0.1 (2021-01-20)
-------------------

- Initial project structure.
- Client implementation.
- Test suite.
- Request examples.


