Metadata-Version: 2.1
Name: epages-client
Version: 0.2.0
Summary: Python client for ePages REST API.
Home-page: https://github.com/vilkasgroup/epages_client
Author: Pekka Piispanen, Tero Kotti
Author-email: pekka@vilkas.fi, tero@vilkas.fi
License: MIT license
Keywords: epages_client
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests
Requires-Dist: validators

=================
ePages Client
=================


.. image:: https://img.shields.io/pypi/v/epages_client.svg
        :target: https://pypi.python.org/pypi/epages_client

.. image:: https://img.shields.io/travis/vilkasgroup/epages_client.svg
        :target: https://travis-ci.org/vilkasgroup/epages_client

.. image:: https://readthedocs.org/projects/epages-client/badge/?version=latest
        :target: https://epages-client.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/vilkasgroup/epages_client/shield.svg
     :target: https://pyup.io/repos/github/vilkasgroup/epages_client/
     :alt: Updates


Python 3 client for ePages REST API.


* Free software: MIT license
* Documentation: https://epages-client.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.2.0 (2020-02-11)
------------------

* Dropped Python 2 support

0.1.0 (2018-01-05)
------------------

* First release on PyPI.


