{ "info": { "author": "Parth Dhar", "author_email": "parthdhar135@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha" ], "description": "As of now, you can:\r\n\r\n\t1.Get the number of subscribers\r\n\r\n\t2.Send a Yo! to all subscribers\r\n\r\n\t3.Send a Yo! to a specific user\r\n\r\nYoPy requires a Yo! API access token. You can get one by registering at http://dev.justyo.co/\r\n\r\n\r\nYoPy requires the module requests. Get it from http://docs.python-requests.org/\r\n\r\n\r\nHere is a Python 2 example :\r\n\r\n\timport yopy\r\n\r\n\ttoken = \r\n\r\n\tusername = \"PARTHDHAR\"\r\n\r\n\tlink = \"https://github.com/espice/YoPy\"\r\n\r\n\tyo = yopy.Yo(token)\r\n\r\n\tprint yo.number()\r\n\r\n\tyo.yoall(link)\r\n\r\n\tyo.youser(username, link)\r\n\r\nParth Dhar\r\n2014", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/parthanium/YoPy/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/espice/YoPy", "keywords": "yo, Yo, Yo! , yo!, API, api, Yo api, python, python3, python27, python2, Parth Dhar, parthanium,", "license": "The MIT License (MIT)\r\n\r\nCopyright (c) 2014 Parth Dhar\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.", "maintainer": "Parth Dhar", "maintainer_email": "parthdhar135@gmail.com", "name": "Yo-Py", "package_url": "https://pypi.org/project/Yo-Py/", "platform": "All", "project_url": "https://pypi.org/project/Yo-Py/", "project_urls": { "Download": "https://github.com/parthanium/YoPy/archive/master.zip", "Homepage": "https://github.com/espice/YoPy" }, "release_url": "https://pypi.org/project/Yo-Py/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A simple Yo! API for python.", "version": "1.0.0" }, "last_serial": 1201878, "releases": { "1.0.0": [] }, "urls": [] }