{ "info": { "author": "Debugger", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Communications" ], "description": "# Numspy 1.0 [![Python 3.x](https://img.shields.io/badge/Made%20with-Python3.x-1f425f.svg)](http://www.python.org/download/)\n\n\"NumSpy\n\nA python module for sending free sms as well as finding details of mobile number via website \nWay2sms\n\n\n# Installation\n```\npip3 install numspy\n```\n\n# Usage\n\nSend SMS\n\n```\n from Numspy import Way2sms\n\n w2s = Way2sms()\n\n w2s.login(USERNAME, PASSWORD)\n\n w2s.send(MOBILE_NO, MSG)\n\n w2s.logout()\n```\n\nSchedule SMS\n\n```\n from numspy import Way2sms\n\n w2s = Way2sms()\n\n w2s.login(USERNAME, PASSWORD)\n\n w2s.schedule(MOBILE_NO, MSG, DATE, TIME)\n # DATE should be in format DD/MM/YYYY and TIME in 24h HH:mm\n\n w2s.logout()\n```\n\nFind Details of a Mobile number\n\n```\n from numspy import Way2sms\n\n w2s = Way2sms()\n\n w2s.login(USERNAME, PASSWORD)\n\n w2s.details(MOBILE_NO)\n\n w2s.logout()Contributing\n```\n\nFeel free to make a pull request! :)\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://github.com/bhattsameer/numspy", "keywords": "Numspy Way2sms freesms futuresms sms numspy", "license": "", "maintainer": "", "maintainer_email": "", "name": "numspy", "package_url": "https://pypi.org/project/numspy/", "platform": "", "project_url": "https://pypi.org/project/numspy/", "project_urls": { "Homepage": "https://github.com/bhattsameer/numspy" }, "release_url": "https://pypi.org/project/numspy/1.0/", "requires_dist": [ "beautifulsoup4", "bs4", "requests", "huepy" ], "requires_python": "", "summary": "A python module for sending free sms as well as finding details of a mobile Number via website way2sms.", "version": "1.0" }, "last_serial": 3900755, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d475ed4318094d6c92167e294da94750", "sha256": "c638cf9055997056831b51cb1a4ad2f8b3333905bcab5aa5d6acfd11ae009797" }, "downloads": -1, "filename": "numspy-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d475ed4318094d6c92167e294da94750", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3810, "upload_time": "2018-05-26T04:22:04", "url": "https://files.pythonhosted.org/packages/a4/04/6b889a60101d50ed5cb561ed3e98ed4ccad2059f0d0eaf653d37794843fa/numspy-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de5c0d5c8a3f70ed397fdfcc081d8209", "sha256": "c1d671a819bfa6f8f494ed84d4e196b94e8d72a5b04840f2389a02a6e21d20e2" }, "downloads": -1, "filename": "numspy-1.0.tar.gz", "has_sig": false, "md5_digest": "de5c0d5c8a3f70ed397fdfcc081d8209", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4542, "upload_time": "2018-05-26T04:22:05", "url": "https://files.pythonhosted.org/packages/72/50/6b945626ce573c814aaee31e178f85b614219638d086fd14a68e0b538a39/numspy-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d475ed4318094d6c92167e294da94750", "sha256": "c638cf9055997056831b51cb1a4ad2f8b3333905bcab5aa5d6acfd11ae009797" }, "downloads": -1, "filename": "numspy-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d475ed4318094d6c92167e294da94750", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3810, "upload_time": "2018-05-26T04:22:04", "url": "https://files.pythonhosted.org/packages/a4/04/6b889a60101d50ed5cb561ed3e98ed4ccad2059f0d0eaf653d37794843fa/numspy-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de5c0d5c8a3f70ed397fdfcc081d8209", "sha256": "c1d671a819bfa6f8f494ed84d4e196b94e8d72a5b04840f2389a02a6e21d20e2" }, "downloads": -1, "filename": "numspy-1.0.tar.gz", "has_sig": false, "md5_digest": "de5c0d5c8a3f70ed397fdfcc081d8209", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4542, "upload_time": "2018-05-26T04:22:05", "url": "https://files.pythonhosted.org/packages/72/50/6b945626ce573c814aaee31e178f85b614219638d086fd14a68e0b538a39/numspy-1.0.tar.gz" } ] }