Metadata-Version: 2.1
Name: whispyr
Version: 0.2.2
Summary: a python client library for whispir.io
Home-page: https://github.com/velimir0xff/whispyr
Author: Grigory Starinkin
Author-email: starinkin@gmail.com
License: MIT license
Keywords: whispyr
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: requests
Requires-Dist: six

=======
whispyr
=======


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

.. image:: https://img.shields.io/travis/velimir0xff/whispyr.svg
        :target: https://travis-ci.org/velimir0xff/whispyr

.. image:: https://img.shields.io/coveralls/github/velimir0xff/whispyr/master.svg
        :target: https://coveralls.io/github/velimir0xff/whispyr?branch=master
        :alt: Code coverage

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




a python client library for whispir.io


* Free software: MIT license
* Documentation: https://whispyr.readthedocs.io.


Features
--------

* Very thin client for `whispir.io` API.
* Adding a new whispir endpoint as easy as declaring a new class (almost)
* Configurable retry policies
* Decent test code coverage


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

0.2.2 (2018-08-06)
------------------

* Fix message statuses pagination with detailed view

0.2.1 (2018-08-03)
------------------

* Workaround broken pagination for messagestatus endpoint

0.2.0 (2018-08-03)
------------------

* Add python 2.7 support


0.1.0 (2018-07-15)
------------------

* First release on PyPI.


