{ "info": { "author": "Neetu Jain", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 2.7" ], "description": "# python-wns\nPython module for Windows Notification Service (WNS) for Windows tablets/phones(8+)\n\n\n\nexample:- \n\n//Send toast notification\n\nfrom python-wns import WNSClient\n\ntoken = 'b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b87'\n\nmessage = {\"type\": 'toast', \"text\": [\"Hello World!\"]}\n\nwns = WNSClient('wnsclientid': '123','wnsclientsecret': 'xyz')\n\nwns.process(token=token, message=message)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "python-wns", "package_url": "https://pypi.org/project/python-wns/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-wns/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/python-wns/0.1/", "requires_dist": null, "requires_python": null, "summary": "wns python library", "version": "0.1" }, "last_serial": 2014550, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b93d8ef3f04d060ee5d9688d8d5732ed", "sha256": "f806784487f2f10760142c0eedcf54f4efda44102d1e0f0c5950150adfd5fbf8" }, "downloads": -1, "filename": "python-wns-0.1.tar.gz", "has_sig": false, "md5_digest": "b93d8ef3f04d060ee5d9688d8d5732ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4706, "upload_time": "2016-03-18T15:41:56", "url": "https://files.pythonhosted.org/packages/ab/4d/424b78196f0b23347f0c98edc45d01b9e129f36d6b5c075211bf8c6f0d0c/python-wns-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b93d8ef3f04d060ee5d9688d8d5732ed", "sha256": "f806784487f2f10760142c0eedcf54f4efda44102d1e0f0c5950150adfd5fbf8" }, "downloads": -1, "filename": "python-wns-0.1.tar.gz", "has_sig": false, "md5_digest": "b93d8ef3f04d060ee5d9688d8d5732ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4706, "upload_time": "2016-03-18T15:41:56", "url": "https://files.pythonhosted.org/packages/ab/4d/424b78196f0b23347f0c98edc45d01b9e129f36d6b5c075211bf8c6f0d0c/python-wns-0.1.tar.gz" } ] }