{ "info": { "author": "Alexey Shevchenko", "author_email": "otetz@me.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries" ], "description": "SMSC\n====\n\n.. image:: https://img.shields.io/pypi/v/smsc.svg\n :target: https://pypi.python.org/pypi/smsc\n\n.. image:: https://readthedocs.org/projects/smsc_python/badge/?version=latest\n :target: http://smsc_python.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://travis-ci.org/Otetz/smsc.svg?branch=master\n :target: https://travis-ci.org/Otetz/smsc\n\n.. image:: https://coveralls.io/repos/github/Otetz/smsc/badge.svg?branch=master\n :target: https://coveralls.io/github/Otetz/smsc?branch=master\n\n.. image:: https://img.shields.io/codeclimate/github/Otetz/smsc.svg\n :target: https://codeclimate.com/github/Otetz/smsc\n\n.. image:: https://img.shields.io/pypi/l/smsc.svg\n :target: https://pypi.python.org/pypi/smsc\n\n.. image:: https://img.shields.io/pypi/pyversions/smsc.svg\n :target: https://pypi.python.org/pypi/smsc\n\nSMSC.ru HTTP API Library.\n\nInstallation\n------------\n\nInstall smsc package from `PyPI `_:\n\n.. code-block:: bash\n\n $ pip install smsc\n\nGetting started\n---------------\n\nBasic usage sample:\n\n.. code-block:: python\n\n >>> from smsc.messages import SMSMessage\n >>> from smsc.api import SMSC\n >>> client = SMSC(login='alexey', password='psw')\n >>> res = client.send(to='79999999999', message=SMSMessage(text='Hello, World!'))\n >>> res.count\n 1\n >>> res.cost\n 1.44\n\nDocumentation\n-------------\n\nDocumentation is available at `Read the Docs `_.\n\nLinks\n-----\n\n- `SMSC.ru HTTP API `_\n\n\n.. :changelog:\n\nRelease History\n---------------\n\n0.1.1 (2017-05-30)\n++++++++++++++++++\n\n* Default charset set to UTF-8.\n\n0.1.0 (2017-05-29)\n++++++++++++++++++\n\n* Birth!\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Otetz/smsc/", "keywords": "smsc sms", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "smsc", "package_url": "https://pypi.org/project/smsc/", "platform": "", "project_url": "https://pypi.org/project/smsc/", "project_urls": { "Homepage": "https://github.com/Otetz/smsc/" }, "release_url": "https://pypi.org/project/smsc/0.1.1/", "requires_dist": [ "arrow", "furl", "requests", "typing" ], "requires_python": "", "summary": "SMSC.ru HTTP API Library.", "version": "0.1.1" }, "last_serial": 2909150, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "96f3ba6f49aaf9969a269a3633629b8f", "sha256": "a24d031ebd1c69aeee9d42e9218d1a99dc6cf31175a80306f5848da651529f05" }, "downloads": -1, "filename": "smsc-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96f3ba6f49aaf9969a269a3633629b8f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9771, "upload_time": "2017-05-29T22:19:30", "url": "https://files.pythonhosted.org/packages/a8/2a/c602515cf1f832ad4f72ff5663c6db8535657e30fa7ba738c9af51c2dc1f/smsc-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9861087683291adf3e633992e4e78c76", "sha256": "0f7f55eee7d8c3d85d478b13ca1b8422285971c6e8618531455b9f1a5c389941" }, "downloads": -1, "filename": "smsc-0.1.0-py3.5.egg", "has_sig": false, "md5_digest": "9861087683291adf3e633992e4e78c76", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 18714, "upload_time": "2017-05-29T22:19:31", "url": "https://files.pythonhosted.org/packages/d7/ab/85a963adfba8d8273504c01dd7d2a4f7615d87d40dbac5cd12a268327803/smsc-0.1.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "86382afa790ca68ad5e7275b42ecec0f", "sha256": "93f1415de6cbbc4265778d8a68ddb27c2351930521e2fc5408cfccd42a1361ed" }, "downloads": -1, "filename": "smsc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "86382afa790ca68ad5e7275b42ecec0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9670, "upload_time": "2017-05-29T22:19:33", "url": "https://files.pythonhosted.org/packages/eb/a5/eb5aba4e5603c26e0e46d303823870eef04a6c720c7d8cbbdc1f2d76d16d/smsc-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "10a8fd10b495ad59f6de6ceb655b75d2", "sha256": "21465f4ce3f9db62d1d04068eb41124ab99bc8fd4f72b7dc2a2debafd8997732" }, "downloads": -1, "filename": "smsc-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "10a8fd10b495ad59f6de6ceb655b75d2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9851, "upload_time": "2017-05-30T11:26:52", "url": "https://files.pythonhosted.org/packages/58/4b/51148e62d9f8a199e335c43f30162835bbff16e611ecf6d146ee473148a3/smsc-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6cca01df8dae31ea6fa9ad861f018fdb", "sha256": "258c59f6ce818e9c8917c197ae74411e933910acdf303e4ce25092ac605c6e78" }, "downloads": -1, "filename": "smsc-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6cca01df8dae31ea6fa9ad861f018fdb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1546316, "upload_time": "2017-05-30T11:26:58", "url": "https://files.pythonhosted.org/packages/0d/13/eef87406525aa1e9247fb6c78826b47783e1a073dcbeb24eb7ae08beb563/smsc-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10a8fd10b495ad59f6de6ceb655b75d2", "sha256": "21465f4ce3f9db62d1d04068eb41124ab99bc8fd4f72b7dc2a2debafd8997732" }, "downloads": -1, "filename": "smsc-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "10a8fd10b495ad59f6de6ceb655b75d2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9851, "upload_time": "2017-05-30T11:26:52", "url": "https://files.pythonhosted.org/packages/58/4b/51148e62d9f8a199e335c43f30162835bbff16e611ecf6d146ee473148a3/smsc-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6cca01df8dae31ea6fa9ad861f018fdb", "sha256": "258c59f6ce818e9c8917c197ae74411e933910acdf303e4ce25092ac605c6e78" }, "downloads": -1, "filename": "smsc-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6cca01df8dae31ea6fa9ad861f018fdb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1546316, "upload_time": "2017-05-30T11:26:58", "url": "https://files.pythonhosted.org/packages/0d/13/eef87406525aa1e9247fb6c78826b47783e1a073dcbeb24eb7ae08beb563/smsc-0.1.1.tar.gz" } ] }