Metadata-Version: 1.1
Name: whispyr
Version: 0.1.0
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
Description: =======
        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
                :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.1.0 (2018-07-15)
        ------------------
        
        * First release on PyPI.
        
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 :: 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
