{ "info": { "author": "SMSAPI", "author_email": "bok@smsapi.pl", "bugtrack_url": null, "classifiers": [], "description": "\ufeffpython-client\n=============\n\nKlient napisany w j\u0119zyku Python, pozwalaj\u0105cy na wysy\u0142anie wiadomo\u015bci SMS, MMS, VMS oraz zarz\u0105dzanie kontem w serwisie SMSAPI.pl\n\nEXAMPLES:\n```python\n from smsapi.client import SmsAPI\n from smsapi.responses import ApiError\n \n \n api = SmsAPI()\n \n api.set_username('YOUR USERNAME')\n api.set_password('YOUR PASSWORD')\n\n #sending SMS\n try:\n api.service('sms').action('send')\n \n api.set_content('Hello [%1%] [%2%]')\n api.set_params('name', 'last name')\n api.set_to('60xxxxxxx')\n api.set_from('Info') #Pole nadawcy lub typ wiadomo\u015b\u0107 'ECO', '2Way'\n \n result = api.execute()\n \n for r in result:\n print r.id, r.points, r.status\n \n except ApiError, e:\n print '%s - %s' % (e.code, e.message)\n```\n\n## LICENSE\n[Apache 2.0 License](https://github.com/smsapi/smsapi-python-client/blob/master/LICENSE)", "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/Kern3l/smsapi-python-client", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "smsapi-pozytywnie", "package_url": "https://pypi.org/project/smsapi-pozytywnie/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/smsapi-pozytywnie/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Kern3l/smsapi-python-client" }, "release_url": "https://pypi.org/project/smsapi-pozytywnie/1.0-beta3/", "requires_dist": null, "requires_python": null, "summary": "Python library for manage SmsApi account via HTTP/S", "version": "1.0-beta3" }, "last_serial": 1166744, "releases": { "1.0-beta": [ { "comment_text": "", "digests": { "md5": "74a5a98e5453f54b7e0aa6d6c75f9125", "sha256": "b3d530d7980fc26dcd28229cae18270d523520426de8bec48d04040293772e1d" }, "downloads": -1, "filename": "smsapi-pozytywnie-1.0-beta.tar.gz", "has_sig": false, "md5_digest": "74a5a98e5453f54b7e0aa6d6c75f9125", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9880, "upload_time": "2014-07-11T14:17:46", "url": "https://files.pythonhosted.org/packages/38/aa/7e0e4e773ec637572d4b46a99bbd78e359961ec29b1bc38a7429eb59b4f2/smsapi-pozytywnie-1.0-beta.tar.gz" } ], "1.0-beta2": [ { "comment_text": "", "digests": { "md5": "71ca51c0ed191b11b1054b711740bba3", "sha256": "7f1e62d872d41b2973b505e866fb43115f7b671fd314d6099fd4d556759b3a65" }, "downloads": -1, "filename": "smsapi-pozytywnie-1.0-beta2.tar.gz", "has_sig": false, "md5_digest": "71ca51c0ed191b11b1054b711740bba3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10533, "upload_time": "2014-07-11T14:22:34", "url": "https://files.pythonhosted.org/packages/17/e6/b73a6a6a9a1518404cc194605822bc25cfb832483a8b65bd1b037d71c7ac/smsapi-pozytywnie-1.0-beta2.tar.gz" } ], "1.0-beta3": [ { "comment_text": "", "digests": { "md5": "80212d7d64fbf869918ab38bcad12f97", "sha256": "32b26318650d4631fc58e960842dd7a4fd07fa39875ed42d8dbd3b7778c4d4ea" }, "downloads": -1, "filename": "smsapi-pozytywnie-1.0-beta3.tar.gz", "has_sig": false, "md5_digest": "80212d7d64fbf869918ab38bcad12f97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9988, "upload_time": "2014-07-11T14:23:59", "url": "https://files.pythonhosted.org/packages/1d/8f/bc8a95e3477c8d9bd9ec84b02467e800c7e6b1758b08390e989cec0a7f07/smsapi-pozytywnie-1.0-beta3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80212d7d64fbf869918ab38bcad12f97", "sha256": "32b26318650d4631fc58e960842dd7a4fd07fa39875ed42d8dbd3b7778c4d4ea" }, "downloads": -1, "filename": "smsapi-pozytywnie-1.0-beta3.tar.gz", "has_sig": false, "md5_digest": "80212d7d64fbf869918ab38bcad12f97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9988, "upload_time": "2014-07-11T14:23:59", "url": "https://files.pythonhosted.org/packages/1d/8f/bc8a95e3477c8d9bd9ec84b02467e800c7e6b1758b08390e989cec0a7f07/smsapi-pozytywnie-1.0-beta3.tar.gz" } ] }