Metadata-Version: 2.0
Name: pyyp
Version: 0.0.6
Summary: Yunpian API wrapper.
Home-page: https://github.com/pragkent/pyyp
Author: Kent Wang
Author-email: pragkent@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests (>=2.0.0)

pyyp
====

.. image:: https://travis-ci.org/pragkent/pyyp.svg?branch=master
    :target: https://travis-ci.org/pragkent/pyyp

.. image:: https://codecov.io/github/pragkent/pyyp/coverage.svg?branch=master
    :target: https://codecov.io/github/pragkent/pyyp?branch=master

pyyp is a wrapper of the *Yunpian SMS* API, written in Python.

Installation
------------

To install pyyp, simply:
.. code-block:: bash

    $ pip install pyyp


Example
-------
.. code-block:: python

    >>> yunpian = pyyp.Yunpian(api_key=API_KEY)
    >>> yunpian.send('13812345678', 'hello yunpian!')


TODO
----
- Add unit tests


