{ "info": { "author": "Vladislav Kooklev", "author_email": "kouklevv@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# smsreg-python\n\n![Python 3.6|3.7](https://img.shields.io/badge/python-3.6%20%7C%203.7-blue.svg) \n![MIT](https://img.shields.io/pypi/l/smsreg-python.svg) \n![1.1.1](https://img.shields.io/pypi/v/smsreg-python.svg) \n\nPython client for receiving SMS from sms-reg.com.\n\n# Installation \n\n`pip install smsreg_python --upgrade`\n\n# Example\n\n```python\nfrom smsreg_python.smsreg import SmsReg\nfrom smsreg_python.dataclasses import Services\n\n# Creating SMS-client instance\nsms_client = SmsReg()\n\n# Requesting number\nsms_client.request_number(Services.INSTAGRAM)\n\n# Receiving number and code\nnumber = sms_client.wait_number_from_transaction()\ninput('Enter anything after entering number to form')\ncode = sms_client.wait_code_from_transaction()\n\n```\n\nYou can see other usage example in `examples`", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bluzir/smsreg-python", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "smsreg-python", "package_url": "https://pypi.org/project/smsreg-python/", "platform": "", "project_url": "https://pypi.org/project/smsreg-python/", "project_urls": { "Homepage": "https://github.com/bluzir/smsreg-python" }, "release_url": "https://pypi.org/project/smsreg-python/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "Python client for sms-reg.com API", "version": "1.1.1" }, "last_serial": 5272364, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "77ae386b8bf78d701d07927ee47878b1", "sha256": "5797d40301681c9d5f4547d78975aa38e172e96ddd8b3e82f74c97658e02f68a" }, "downloads": -1, "filename": "smsreg-python-1.0.0.tar.gz", "has_sig": false, "md5_digest": "77ae386b8bf78d701d07927ee47878b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1157, "upload_time": "2019-05-12T08:40:24", "url": "https://files.pythonhosted.org/packages/9e/82/b99286ab4144469dec824257c9496688006e98bfbeaecda07748ff069a33/smsreg-python-1.0.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "d1f69573c716b2d3834604811a14d77a", "sha256": "088a4774f6882ea80630121d94de077f9e0526e43d54944ed60194f7503aff20" }, "downloads": -1, "filename": "smsreg-python-1.1.1.tar.gz", "has_sig": false, "md5_digest": "d1f69573c716b2d3834604811a14d77a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1379, "upload_time": "2019-05-15T12:52:58", "url": "https://files.pythonhosted.org/packages/89/89/0330c8946c985d7acb27ac72fab4470bf602a291267e6170cc176521e859/smsreg-python-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1f69573c716b2d3834604811a14d77a", "sha256": "088a4774f6882ea80630121d94de077f9e0526e43d54944ed60194f7503aff20" }, "downloads": -1, "filename": "smsreg-python-1.1.1.tar.gz", "has_sig": false, "md5_digest": "d1f69573c716b2d3834604811a14d77a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1379, "upload_time": "2019-05-15T12:52:58", "url": "https://files.pythonhosted.org/packages/89/89/0330c8946c985d7acb27ac72fab4470bf602a291267e6170cc176521e859/smsreg-python-1.1.1.tar.gz" } ] }