{ "info": { "author": "kerol", "author_email": "ikerol@163.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "### weixin-api\nweixin api for miniprogram and minigame.\n```\npip install -U weixin-api\n```\n\n### Usage\n```\nimport weixin_api\n\nweixin_api.auth: \u767b\u5f55\nweixin_api.media: \u7d20\u6750\nweixin_api.message: \u5ba2\u670d\u6d88\u606f\nweixin_api.qrcode: \u4e8c\u7ef4\u7801\nweixin_api.template: \u6a21\u677f\u6d88\u606f\nweixin_api.sns: sns\u76f8\u5173\n```\n\npay:\n```\nfrom weixin_api.midas import MidasPay\n\nmidas_pay = MidasPay(\n app_id='appid',\n offer_id='12345678',\n app_key='app_key',\n sandbox=False,\n)\n\nmidas_pay.getbalance(access_token, session_key, open_id, **kwargs)\nmidas_pay.pay(access_token, session_key, open_id, bill_no, amount, **kwargs)\nmidas_pay.cancelpay(access_token, session_key, open_id, bill_no, **kwargs)\nmidas_pay.present(access_token, session_key, open_id, bill_no, **kwargs)\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kerol/weixin-api", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "weixin-api", "package_url": "https://pypi.org/project/weixin-api/", "platform": "", "project_url": "https://pypi.org/project/weixin-api/", "project_urls": { "Homepage": "https://github.com/kerol/weixin-api" }, "release_url": "https://pypi.org/project/weixin-api/1.4.0/", "requires_dist": [ "requests", "ujson", "pycrypto" ], "requires_python": "", "summary": "weixin api for miniprogram and minigame", "version": "1.4.0" }, "last_serial": 4734889, "releases": { "1.4.0": [ { "comment_text": "", "digests": { "md5": "4662f861c300f129930b8785e2eda87a", "sha256": "7452619211edb2a37c87055b4729eec50a5b3b9b3ac7336a7f90ee492a141e89" }, "downloads": -1, "filename": "weixin_api-1.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4662f861c300f129930b8785e2eda87a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9594, "upload_time": "2019-01-24T09:21:17", "url": "https://files.pythonhosted.org/packages/c6/91/f9d5f062be1a8a13bf12082ac1860d95fd67b54cd01156ea4eabaaa6e8fb/weixin_api-1.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d59fd2156420c1b8cf007cfdb0f0052e", "sha256": "e2ed8a1a4f38609c8c9811877e701c35aa0e89835b11f7b6f085af647ae83766" }, "downloads": -1, "filename": "weixin-api-1.4.0.tar.gz", "has_sig": false, "md5_digest": "d59fd2156420c1b8cf007cfdb0f0052e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4930, "upload_time": "2019-01-24T09:21:19", "url": "https://files.pythonhosted.org/packages/75/27/1d8fc0adaf50c6b6bdfb84c67297739d621e6b106d067c277e9b23388473/weixin-api-1.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4662f861c300f129930b8785e2eda87a", "sha256": "7452619211edb2a37c87055b4729eec50a5b3b9b3ac7336a7f90ee492a141e89" }, "downloads": -1, "filename": "weixin_api-1.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4662f861c300f129930b8785e2eda87a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9594, "upload_time": "2019-01-24T09:21:17", "url": "https://files.pythonhosted.org/packages/c6/91/f9d5f062be1a8a13bf12082ac1860d95fd67b54cd01156ea4eabaaa6e8fb/weixin_api-1.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d59fd2156420c1b8cf007cfdb0f0052e", "sha256": "e2ed8a1a4f38609c8c9811877e701c35aa0e89835b11f7b6f085af647ae83766" }, "downloads": -1, "filename": "weixin-api-1.4.0.tar.gz", "has_sig": false, "md5_digest": "d59fd2156420c1b8cf007cfdb0f0052e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4930, "upload_time": "2019-01-24T09:21:19", "url": "https://files.pythonhosted.org/packages/75/27/1d8fc0adaf50c6b6bdfb84c67297739d621e6b106d067c277e9b23388473/weixin-api-1.4.0.tar.gz" } ] }