{ "info": { "author": "Sergey Gaykov", "author_email": "sdgaykov@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Communications :: Telephony", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# SMS4 Python Client\n\nThis is the Python client library for [SMS4](https://www.sms4.dev).\n\nThis library provides both blocking and non blocking functions for sending\ntext messages via sms4 API.\n\n## Installation\n\n```bash\npip install sms4\n```\n\n## Usage\n\n```python\nfrom sms4 import send, nonblocking_send\n\n# result is a json server response. see docs for details\nresult = send('+123456798', 'The server is down!')\nprint(result)\n\n# multiple numbers are supported and you can pass token via\n# 3rd argument to send function\nresult = send(['+123456798', '+123456799'], 'The server is down!', 'YOUR_TOKEN')\nprint(result)\n\n# Will be send in another thread, no result returned\nnonblocking_send('+123456798', 'The server is down!')\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://sms4.dev", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sms4", "package_url": "https://pypi.org/project/sms4/", "platform": "", "project_url": "https://pypi.org/project/sms4/", "project_urls": { "Homepage": "https://sms4.dev" }, "release_url": "https://pypi.org/project/sms4/0.1.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Simple and straightforward way to send text messages", "version": "0.1.0" }, "last_serial": 5560284, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "80d6d10805d68dc9ad231824e94c3c37", "sha256": "212d28a393f4bff4e4b205c9b135ab6aaa1812d5f0acbc18e6525de7d3fc8794" }, "downloads": -1, "filename": "sms4-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "80d6d10805d68dc9ad231824e94c3c37", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3523, "upload_time": "2019-07-20T10:13:27", "url": "https://files.pythonhosted.org/packages/40/41/b7c1ba04045a2d56f10ad839482bc7804425b2caa23d8bb37407d0e61a35/sms4-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf5f01fdcb85355db0d23b0e6873a4c3", "sha256": "436ac4636119a05d18df339817d562a2d25fb3e88a0f7ec3397b98113e1a754a" }, "downloads": -1, "filename": "sms4-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bf5f01fdcb85355db0d23b0e6873a4c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2301, "upload_time": "2019-07-20T10:13:29", "url": "https://files.pythonhosted.org/packages/f8/f1/898b377a5ce25b5c6cc24f8ceeb90e6b5de1a2754f084a7c36c86e574a09/sms4-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "80d6d10805d68dc9ad231824e94c3c37", "sha256": "212d28a393f4bff4e4b205c9b135ab6aaa1812d5f0acbc18e6525de7d3fc8794" }, "downloads": -1, "filename": "sms4-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "80d6d10805d68dc9ad231824e94c3c37", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3523, "upload_time": "2019-07-20T10:13:27", "url": "https://files.pythonhosted.org/packages/40/41/b7c1ba04045a2d56f10ad839482bc7804425b2caa23d8bb37407d0e61a35/sms4-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf5f01fdcb85355db0d23b0e6873a4c3", "sha256": "436ac4636119a05d18df339817d562a2d25fb3e88a0f7ec3397b98113e1a754a" }, "downloads": -1, "filename": "sms4-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bf5f01fdcb85355db0d23b0e6873a4c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2301, "upload_time": "2019-07-20T10:13:29", "url": "https://files.pythonhosted.org/packages/f8/f1/898b377a5ce25b5c6cc24f8ceeb90e6b5de1a2754f084a7c36c86e574a09/sms4-0.1.0.tar.gz" } ] }