{ "info": { "author": "Mark Costello", "author_email": "mark@markcostello.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "Yo Python\n=====\n\nA Python client for the Yo platform. This is pretty pointless, but I want to try to overengineer it as much as possible, just for fun.\n\nPull Requests are actively encouraged!\n\nInstallation\n==\n\n`pip install python-yo`\n\nUsage\n==\n\n````\nimport yo\n\nAPI_TOKEN = '...'\n\nyo_client = yo.Yo(API_TOKEN)\n\nyo_client.yo() # Send a Yo to all your subscribers\n\nyo_user = 'mcos'\n\nyo_client.yo(username=yo_user) # Send a Yo to a specific user\n\n````\n\nRoadmap\n==\n\nSince I want to overengineer this in the future, the following needs to be done:\n\n* Full test coverage\n* Travis integration\n* Updated documentation\n* A landing page on Github pages\n* Full git-flow workflow", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mcos/yo-py", "keywords": "yo", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "python-yo", "package_url": "https://pypi.org/project/python-yo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-yo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mcos/yo-py" }, "release_url": "https://pypi.org/project/python-yo/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A Python client for the Yo platform", "version": "0.1.0" }, "last_serial": 1154287, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "be26d92f565371cb1dd08776cf3b58a5", "sha256": "b0a0b062420a1ed4e785e738008e0647f0311734549781438220a8f85fd6dee4" }, "downloads": -1, "filename": "python-yo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "be26d92f565371cb1dd08776cf3b58a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3466, "upload_time": "2014-07-11T03:54:39", "url": "https://files.pythonhosted.org/packages/42/59/370b6eea4698cd4c463f70386c8331d52fd177e4074968dce3e139d4dacc/python-yo-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "be26d92f565371cb1dd08776cf3b58a5", "sha256": "b0a0b062420a1ed4e785e738008e0647f0311734549781438220a8f85fd6dee4" }, "downloads": -1, "filename": "python-yo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "be26d92f565371cb1dd08776cf3b58a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3466, "upload_time": "2014-07-11T03:54:39", "url": "https://files.pythonhosted.org/packages/42/59/370b6eea4698cd4c463f70386c8331d52fd177e4074968dce3e139d4dacc/python-yo-0.1.0.tar.gz" } ] }