{ "info": { "author": "muhilvarnan", "author_email": "muhilvarnan.v@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===================\nPython SMS Gateway\n===================\n\nPython SMS Gateway is module used to send text sms. Currently the module supports following sms gateways\n\nSMS Gateways\n------------\n 1. Nexmo\n\nInstallation\n------------\n .. code-block:: bash\n\n pip install python_sms_gateway\n\nUsage\n-----\n 1. Nexmo\n .. code-block:: python\n\n from python_sms_gateway.nexmo import NexmoConnector\n nexmo = NexmoConnector(api_key=XXXXXXX, api_secret=XXXXXXX, sender=\"+91xxxxxxxxxx\")\n nexmo.send(to=\"+91xxxxxxxxxxx\", text=\"hello\")", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/muhilvarnan/python_sms_gateway", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "python_sms_gateway", "package_url": "https://pypi.org/project/python_sms_gateway/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python_sms_gateway/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/muhilvarnan/python_sms_gateway" }, "release_url": "https://pypi.org/project/python_sms_gateway/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Python SMS Gateway is module used to send text sms.", "version": "0.0.2" }, "last_serial": 2649005, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "30ec03c0d9c582ac9bd92644d8af4a3f", "sha256": "c45c3e42acf8fe16ca92a1f781fb6e1411aa8b402fc3c1ec777f51243666498b" }, "downloads": -1, "filename": "python_sms_gateway-0.0.1.tar.gz", "has_sig": false, "md5_digest": "30ec03c0d9c582ac9bd92644d8af4a3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1635, "upload_time": "2017-02-16T12:25:06", "url": "https://files.pythonhosted.org/packages/c5/53/f947a760ac2ab3d705acdceb7db59ade2507d01c2eeeb080c1b3609e1502/python_sms_gateway-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f0f91dfed82e4628b408eeac84bae58e", "sha256": "261c28c64dc7c4a3c910eaa559f5cba2cadc518d2d6092aa1404987f447f0e38" }, "downloads": -1, "filename": "python_sms_gateway-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f0f91dfed82e4628b408eeac84bae58e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1643, "upload_time": "2017-02-17T09:25:35", "url": "https://files.pythonhosted.org/packages/63/5a/b74477535328f4bb02c292307678d646d9b5b9ac52bcd17c3b4d0b125e38/python_sms_gateway-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f0f91dfed82e4628b408eeac84bae58e", "sha256": "261c28c64dc7c4a3c910eaa559f5cba2cadc518d2d6092aa1404987f447f0e38" }, "downloads": -1, "filename": "python_sms_gateway-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f0f91dfed82e4628b408eeac84bae58e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1643, "upload_time": "2017-02-17T09:25:35", "url": "https://files.pythonhosted.org/packages/63/5a/b74477535328f4bb02c292307678d646d9b5b9ac52bcd17c3b4d0b125e38/python_sms_gateway-0.0.2.tar.gz" } ] }