{ "info": { "author": "Abdu Ssekalala", "author_email": "assekalala@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Communications", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Python module for sending sms with Skylinesms\n----------------------------------------\n\nInstallation\n~~~~~~~~~~~~\n\n.. code:: bash\n\n pip install skylinesms\n\nUsage example\n~~~~~~~~~~~~~\n\n.. code:: python\n\n import time\n from skylinesms import SkylineSms\n\n number = '256700123456'\n message = 'Hello from Skyline!'\n\n client = SkylineSms(your_api_key)\n\n print(\"Sending '%s' to %s\" % (message, number))\n response = client.send_message(number, message)\n message_id = response['reference']\n\n response = client.check_status(message_id)\n while response['delivery'] != 'Delivered':\n print(response['status'])\n time.sleep(1)\n response = client.check_status(message_id)\n print(response['status'])\n\n.. note::\n\n You will need a Skyline sms account for getting your api key and secret. Visit www.skylinesms.com to get started.\n\nUsing as command line script\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n ./skylinesms.py\n usage: skylinesms.py send \n skylinesms.py status \n skylinesms.py balance", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/assekalala/python-skyline-sms.git", "keywords": "sms,skyline", "license": "", "maintainer": "", "maintainer_email": "", "name": "skylinesms", "package_url": "https://pypi.org/project/skylinesms/", "platform": "", "project_url": "https://pypi.org/project/skylinesms/", "project_urls": { "Homepage": "https://github.com/assekalala/python-skyline-sms.git" }, "release_url": "https://pypi.org/project/skylinesms/1.1/", "requires_dist": null, "requires_python": "", "summary": "A module to send sms using the Skyline SMS REST apis, www.skylinesms.com", "version": "1.1" }, "last_serial": 3100450, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "91147aa86756a84497fb2bfa26b86c35", "sha256": "8243261431e45f84015cd57f5639503f1e3a71d7b318c11a6de1ae5e08ba9558" }, "downloads": -1, "filename": "skylinesms-1.0.tar.gz", "has_sig": false, "md5_digest": "91147aa86756a84497fb2bfa26b86c35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1284, "upload_time": "2017-08-16T11:07:55", "url": "https://files.pythonhosted.org/packages/3b/0b/34dbfe9923855aa2a4efd51e50127f22f1599fb5e70c31eace32420c518e/skylinesms-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "77b1c70bd4f8bd2aebab25fd274196ab", "sha256": "421e4136a079b4daf3f523f9c78475f0bc8c157968ebe6799bb8dfcb353900b3" }, "downloads": -1, "filename": "skylinesms-1.1.tar.gz", "has_sig": false, "md5_digest": "77b1c70bd4f8bd2aebab25fd274196ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2903, "upload_time": "2017-08-16T11:19:51", "url": "https://files.pythonhosted.org/packages/19/37/c470729f2cb0f65c10bbf42c730b553f7a373fcfe0f652ee783ef47381af/skylinesms-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "77b1c70bd4f8bd2aebab25fd274196ab", "sha256": "421e4136a079b4daf3f523f9c78475f0bc8c157968ebe6799bb8dfcb353900b3" }, "downloads": -1, "filename": "skylinesms-1.1.tar.gz", "has_sig": false, "md5_digest": "77b1c70bd4f8bd2aebab25fd274196ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2903, "upload_time": "2017-08-16T11:19:51", "url": "https://files.pythonhosted.org/packages/19/37/c470729f2cb0f65c10bbf42c730b553f7a373fcfe0f652ee783ef47381af/skylinesms-1.1.tar.gz" } ] }