{
"info": {
"author": "dzh",
"author_email": "daizhong@yunpian.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: Chinese (Simplified)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "yunpian-python-sdk\n==================\n\n`\u4e91\u7247 `__ SDK\n\n\u5feb\u901f\u5f00\u59cb\n--------\n\n- \u5b89\u88c5SDK\n\n .. code:: python\n\n pip install yunpian-python-sdk\n\n **\u6ce8**:\n master\u662f\u6700\u65b0\u7a33\u5b9a\u7248,\u53d1\u5e03\u7248\u672c\u89c1\\ `PyPI `__\n\n- \u4f7f\u7528YunpianClient \n\n .. code:: python\n\n from yunpian_python_sdk.model import constant as YC\n from yunpian_python_sdk.ypclient import YunpianClient\n # \u521d\u59cb\u5316client,apikey\u4f5c\u4e3a\u6240\u6709\u8bf7\u6c42\u7684\u9ed8\u8ba4\u503c\n clnt = YunpianClient('apikey')\n param = {YC.MOBILE:'18616020***',YC.TEXT:'\u3010\u4e91\u7247\u7f51\u3011\u60a8\u7684\u9a8c\u8bc1\u7801\u662f1234'}\n r = clnt.sms().single_send(param)\n # \u83b7\u53d6\u8fd4\u56de\u7ed3\u679c, \u8fd4\u56de\u7801:r.code(),\u8fd4\u56de\u7801\u63cf\u8ff0:r.msg(),API\u7ed3\u679c:r.data(),\u5176\u4ed6\u8bf4\u660e:r.detail(),\u8c03\u7528\u5f02\u5e38:r.exception()\n # \u77ed\u4fe1:clnt.sms() \u8d26\u6237:clnt.user() \u7b7e\u540d:clnt.sign() \u6a21\u7248:clnt.tpl() \u8bed\u97f3:clnt.voice() \u6d41\u91cf:clnt.flow()\n\n**\u6ce8**:\nv1.0.0\u4e0d\u517c\u5bb9\u4e4b\u524d\u7248\u672c\\ `0.0.8 `__\n\n\u914d\u7f6e\u8bf4\u660e (\u9ed8\u8ba4\u914d\u7f6e\u5c31\u884c)\n-----------------------\n- \u6784\u9020\u5668\u914d\u7f6e\n\n - ``YunpianClient('apikey')``\n - ``YunpianClient('apikey',conf)``,\n conf\u5b57\u5178key\u8be6\u89c1model.constant.YP\\_\\*\n\n- apikey\u7684\u4f18\u5148\u7ea7:\u63a5\u53e3\u7684param[APIKEY] > \u6784\u9020\u5668\u7684apikey > \u6784\u9020\u5668\u7684conf[YP\\_APIKEY]\n\n\u6e90\u7801\u8bf4\u660e\n--------\n- \u63a5\u53e3\u53c2\u6570\u7684apikey\u53ef\u4ee5\u4e0d\u4f20\uff0c\u56e0\u4e3a\u6240\u6709\u63a5\u53e3\u9ed8\u8ba4\u4f20\u5165`YunpianClient`\u6784\u9020\u65f6\u7684apikey\n- \u63a5\u53e3\u9ed8\u8ba4\u4f7f\u7528v2\u7248\u672c,\u53ef\u4ee5\u5728\u8c03\u7528\u65f6\u6307\u5b9a\u7248\u672c,\u5982\\ ``clnt.sms().version('v1').single_send(param)``\n- API\u5355\u5143\u6d4b\u8bd5\u76ee\u5f55tests,\u652f\u6301tox\n- \u5206\u652f\u8bf4\u660e: master\u662f\u6700\u65b0\u53d1\u5e03\u7248\u672c,develop\u662f\u5f85\u53d1\u5e03\u7684\u5206\u652f(\u5f00\u6e90\u8d21\u732e\u53ef\u4ee5pull request\u5230develop\u5206\u652f)\n\n\u8054\u7cfb\u6211\u4eec\n--------\n\n`\u4e91\u7247\u652f\u6301\nQQ `__\n\nSDK\u5f00\u6e90QQ\u7fa4: 106469530\n\n.. image:: docs/sdk_qq.jpeg\n :height: 60px\n :width: 60px\n :scale: 15%\n\n\u6587\u6863\u94fe\u63a5\n--------\n\n- `API\u6587\u6863 `__\n\n\u5176\u4ed6SDK\n-------\n\n- https://github.com/yunpian/sms/tree/master/yunpian/python/ypclient\n \u652f\u6301py2/3\n\n",
"description_content_type": null,
"docs_url": null,
"download_url": "https://pypi.python.org/pypi/yunpian-python-sdk",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/yunpian/yunpian-python-sdk",
"keywords": "yunpian sdk",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "yunpian-python-sdk",
"package_url": "https://pypi.org/project/yunpian-python-sdk/",
"platform": "",
"project_url": "https://pypi.org/project/yunpian-python-sdk/",
"project_urls": {
"Download": "https://pypi.python.org/pypi/yunpian-python-sdk",
"Homepage": "https://github.com/yunpian/yunpian-python-sdk"
},
"release_url": "https://pypi.org/project/yunpian-python-sdk/1.0.0/",
"requires_dist": [
"requests (>=2)"
],
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"summary": "Yunpian Python SDK",
"version": "1.0.0"
},
"last_serial": 3016500,
"releases": {
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "1ed7b4e20d78f8b4d118a62368e7c7be",
"sha256": "b14d7a2ce327a22a8258941b2fbc317d2a547170455b344025231165367a4f4a"
},
"downloads": -1,
"filename": "yunpian_python_sdk-0.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "1ed7b4e20d78f8b4d118a62368e7c7be",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 28119,
"upload_time": "2017-07-11T17:24:37",
"url": "https://files.pythonhosted.org/packages/1e/4d/8ba855dac9a3d518473a169493a360727ee97b379965591e1b932d69e948/yunpian_python_sdk-0.1.1-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "f5512c42787a5ab994867128214a9f4b",
"sha256": "d681089b8a7c33ed8a901901f5083bca59cd452a55dba6016eb3e1150d09f6d1"
},
"downloads": -1,
"filename": "yunpian-python-sdk-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "f5512c42787a5ab994867128214a9f4b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 62286,
"upload_time": "2017-07-11T17:24:40",
"url": "https://files.pythonhosted.org/packages/35/3c/0a785eaa903276020493498f23fe5b6df36e613fbc3bc156b20ec513e799/yunpian-python-sdk-0.1.1.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "c6679b23cfbc65dc2bf33d7a707d7bae",
"sha256": "a66053175a605be411e2f436145da530b91e6e20cbd5e885bc32dc2c54905710"
},
"downloads": -1,
"filename": "yunpian_python_sdk-0.1.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c6679b23cfbc65dc2bf33d7a707d7bae",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 28131,
"upload_time": "2017-07-11T17:36:27",
"url": "https://files.pythonhosted.org/packages/c0/b6/f16f7960fdda87d8066955e3ae9462701d136cb946547722d0e64b759b00/yunpian_python_sdk-0.1.2-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "4b96a5d4f9785124d47e40f030a2777f",
"sha256": "fafb04dadd7aca0d80659f6de542a0e7e0bf5cec9c97201b616b0999d91a784b"
},
"downloads": -1,
"filename": "yunpian-python-sdk-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "4b96a5d4f9785124d47e40f030a2777f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 62288,
"upload_time": "2017-07-11T17:36:29",
"url": "https://files.pythonhosted.org/packages/77/61/aa47d925505034c9abd597b9626488f9da29f2c4dbc275814832e568b61b/yunpian-python-sdk-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "bade12819b080e84654e24a40a01d712",
"sha256": "673592ab92d1774b09e54d42a764bb2121b18589dc0f7ebf896b7feba9426d3a"
},
"downloads": -1,
"filename": "yunpian_python_sdk-0.1.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "bade12819b080e84654e24a40a01d712",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 28342,
"upload_time": "2017-07-12T04:16:46",
"url": "https://files.pythonhosted.org/packages/3f/3f/da45043602557fe6d1e2d48054a8d9533c7e57e3d3a9855c8f5f0dbb90a2/yunpian_python_sdk-0.1.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7027c7b3445cb94f8db3550e0fb7e5bb",
"sha256": "01a8d9c54b235562d5706c122a8f55a57af1c6ee234f03616d2b87ddd81797e0"
},
"downloads": -1,
"filename": "yunpian-python-sdk-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "7027c7b3445cb94f8db3550e0fb7e5bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 63373,
"upload_time": "2017-07-12T04:16:49",
"url": "https://files.pythonhosted.org/packages/7c/b4/bb6ce043d3163cad20bb60374c6275eb20b87721852f07a2c70b852a6ea2/yunpian-python-sdk-0.1.3.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "7ae198eb259b83d135dbf25a80e7104f",
"sha256": "c2e55a9634d596dc7684a6abcb0c74b5683e4b85d4d51989f1c701bc0e45c244"
},
"downloads": -1,
"filename": "yunpian_python_sdk-1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "7ae198eb259b83d135dbf25a80e7104f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 28333,
"upload_time": "2017-07-12T04:50:40",
"url": "https://files.pythonhosted.org/packages/45/0e/97a4a1f85b2082837e87f6d4e9ad2310ec8a2c4662bf907403690ed68e42/yunpian_python_sdk-1.0.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b207e7f195a3fef8e0621de1baef5165",
"sha256": "94a2d7af51683e1c75f4b15d06348f08aab0bcc50b5d7bd1ac8e9bb8c1fbbbf6"
},
"downloads": -1,
"filename": "yunpian-python-sdk-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b207e7f195a3fef8e0621de1baef5165",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 63375,
"upload_time": "2017-07-12T04:50:44",
"url": "https://files.pythonhosted.org/packages/e7/f5/8069a90bc119cd7830c8cd47cf4e7b10f012179554d3677d9bf4aa1e8c51/yunpian-python-sdk-1.0.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "7ae198eb259b83d135dbf25a80e7104f",
"sha256": "c2e55a9634d596dc7684a6abcb0c74b5683e4b85d4d51989f1c701bc0e45c244"
},
"downloads": -1,
"filename": "yunpian_python_sdk-1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "7ae198eb259b83d135dbf25a80e7104f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 28333,
"upload_time": "2017-07-12T04:50:40",
"url": "https://files.pythonhosted.org/packages/45/0e/97a4a1f85b2082837e87f6d4e9ad2310ec8a2c4662bf907403690ed68e42/yunpian_python_sdk-1.0.0-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "b207e7f195a3fef8e0621de1baef5165",
"sha256": "94a2d7af51683e1c75f4b15d06348f08aab0bcc50b5d7bd1ac8e9bb8c1fbbbf6"
},
"downloads": -1,
"filename": "yunpian-python-sdk-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b207e7f195a3fef8e0621de1baef5165",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
"size": 63375,
"upload_time": "2017-07-12T04:50:44",
"url": "https://files.pythonhosted.org/packages/e7/f5/8069a90bc119cd7830c8cd47cf4e7b10f012179554d3677d9bf4aa1e8c51/yunpian-python-sdk-1.0.0.tar.gz"
}
]
}