Metadata-Version: 2.0
Name: pyopen189
Version: 0.3
Summary: Unofficial Python client for open.189.cn
Home-page: https://github.com/xen0n/pyopen189
Author: xen0n
Author-email: idontknw.wang@gmail.com
License: BSD
Download-URL: https://github.com/xen0n/pyopen189
Keywords: 189,tianyi,sdk,client
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: six

Unofficial Python client for open.189.cn (天翼开放平台)
=======================================================

License
-------

BSD-licensed


Implemented features
--------------------

* Access token requests
    - Authorization Code flow
    - Client Credentials flow
    - Refreshing
* SMS capabilities
    - SMS token request
    - Verification code sending; both platform- and self-generated codes supported
    - Template SMS sending


TODO features
-------------

All the remaining endpoints ;-) Pull requests are welcome.


