{ "info": { "author": "Sparrow SMS", "author_email": "developers@sparrowsms.com", "bugtrack_url": null, "classifiers": [], "description": "********************\nInstallation is Easy\n********************\n/** \n\nRecommendation to use Virtual Environment\n\n**/\n\n\n1 ) Download from::\n\thttp://scm.sparrowsms.com/sparrow/sparrowsdk.git\n\n2) cd SparrowSDK\n\tOR\n\tsparrowsdk\n\n3) Installing in Virtual Environment\n\t$: mkvirtualenv sparrow\n\t(sparrow)$:python setup.py install\nelse \n\t$:python setup.py install\n\nNote :: You may require root access if installing in system\n\nSparrow Python SDK\n\nThis client library is designed to support the Sparrow sms Api and the official SparrowSmsSDK, which is the canonical way to implement Sparrow sms Outgoing api. You can read more about the API by accessing its official documentation.\n\nSend SMS:\n*******************************\nfrom sparrow import PushClient\npushclient = PushClient(client_id='client_id', username='username', password='password')\npush_queue = pushclient.enqueue(destination='destination list, tuple or string seperated by commas', message='message')\npush_resp = pushclient.send()\n\n*******************************\n\nSimulate Send SMS:\n*******************************\nfrom sparrow import PushClient\npushclient = PushClient(client_id='client_id', username='username', password='password')\npush_queue = pushclient.enqueue(destination='destination list, tuple or string seperated by commas', message='message')\npush_resp = pushclient.simulate()\n\n*******************************\n\nCheck Credit Status:\n*******************************\nfrom sparrow import PushClient\npushclient = PushClient(client_id='client_id', username='username', password='password')\npush_resp = pushclient.credit_status()\n\n*******************************\n\nRequest for Credit Topup:\n*******************************\nfrom sparrow import PushClient\npushclient = PushClient(client_id='client_id', username='username', password='password')\npush_resp = pushclient.topup(amount='credit_amount')\n\n*******************************\n\nHaving trouble with Pages? we\u2019ll help you sort it out. developers@sparrowsms.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://api.sparrowsms.com/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "SparrowSDK", "package_url": "https://pypi.org/project/SparrowSDK/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/SparrowSDK/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://api.sparrowsms.com/" }, "release_url": "https://pypi.org/project/SparrowSDK/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Python SDK for Sparrow SMS API.", "version": "1.0.1" }, "last_serial": 1147890, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f8104ad62b0b1c2509eb7245c6cc6eea", "sha256": "cc348070be7ef41506d91d8b791c3f574094a8fca5977e848632bb93013ff649" }, "downloads": -1, "filename": "SparrowSDK-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f8104ad62b0b1c2509eb7245c6cc6eea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5101, "upload_time": "2014-07-04T08:56:26", "url": "https://files.pythonhosted.org/packages/73/e3/e3bd220aa9722c2522d46c3385b83bd83d60fdf41eb035d176415aa8e9e2/SparrowSDK-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "cf295cb0234ff71d9d7ee62a4641b593", "sha256": "a78f2d065b24690448db505f4a7d8dfc23896129a8240197b0e56826af78fc46" }, "downloads": -1, "filename": "SparrowSDK-1.0.1.tar.gz", "has_sig": false, "md5_digest": "cf295cb0234ff71d9d7ee62a4641b593", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5107, "upload_time": "2014-07-04T10:54:46", "url": "https://files.pythonhosted.org/packages/a0/eb/bab2d9caff6ba6ffac0cbdb1cff23b42f4937f848a71ded3bc7319ab5fd2/SparrowSDK-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf295cb0234ff71d9d7ee62a4641b593", "sha256": "a78f2d065b24690448db505f4a7d8dfc23896129a8240197b0e56826af78fc46" }, "downloads": -1, "filename": "SparrowSDK-1.0.1.tar.gz", "has_sig": false, "md5_digest": "cf295cb0234ff71d9d7ee62a4641b593", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5107, "upload_time": "2014-07-04T10:54:46", "url": "https://files.pythonhosted.org/packages/a0/eb/bab2d9caff6ba6ffac0cbdb1cff23b42f4937f848a71ded3bc7319ab5fd2/SparrowSDK-1.0.1.tar.gz" } ] }