{ "info": { "author": "plasmashadow", "author_email": "plasmashadowx@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "##YQL\n[![Build Status](https://travis-ci.org/plasmashadow/yql.svg?branch=master)](https://travis-ci.org/plasmashadow/yql)\n[![PyPI version](https://badge.fury.io/py/yql.svg)](http://badge.fury.io/py/yql)\n\n##Description:\nYQL is a thin wrapper for Yahoo Query Language.\n\n##Installation:\n\n```python\n pip install yql\n\n```\n\n##Usage\n\nInorder to create a yahoo request you can use a YRequest call from YQL.\n\n```python\nfrom yql import YRequest\nimport logging\n\nlog = logging.getLogger(__name__)\n\ny = YRequest(table=\"html\")\ny.add_filter(\"url\", \"http://en.wikipedia.org/wiki/Yahoo\")\nresponse = y.json()\nlog.info(response)\n\n```\nSince yql comes with the Object mapper you can directly reference the\nsub keys of a json.\n\n```python\n\nlog.info(response.query.count)\n\n```\n\n##LICENSE\nMIT", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/plasmashadow/yql.git", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "yql", "package_url": "https://pypi.org/project/yql/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yql/", "project_urls": { "Homepage": "https://github.com/plasmashadow/yql.git" }, "release_url": "https://pypi.org/project/yql/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "python interface for yql", "version": "1.0.1" }, "last_serial": 1726030, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "0344a8a1a50d9a4cd3625d0bf0203e55", "sha256": "defedf814afab1478e360a88c1123e41ce6124a2e60dcf27c29ce50d3534da7e" }, "downloads": -1, "filename": "yql-0.0.2.tar.gz", "has_sig": false, "md5_digest": "0344a8a1a50d9a4cd3625d0bf0203e55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1147, "upload_time": "2015-08-22T03:24:42", "url": "https://files.pythonhosted.org/packages/d3/fa/6e68ea6f191f2cc9a163c51fc742376ca0fd0caf438712c8818950d3795e/yql-0.0.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "ba68a24baec38406af9ee7135bd52bf9", "sha256": "faa1156be0a8e151b1c223445927f4199e4cc0b3087a48912b4c2f1f60cb30b2" }, "downloads": -1, "filename": "yql-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ba68a24baec38406af9ee7135bd52bf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3350, "upload_time": "2015-08-29T04:28:06", "url": "https://files.pythonhosted.org/packages/e1/66/fa1bf18df259a43c8d836b0652556d521c815f15429f488adfd43945916e/yql-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "4108d203e9fffc6dd70d66d6db810e1e", "sha256": "bfc850138ca2083aa6f892cccb0b2d845c4fe5a68d759dd3ab0165f2f749b5c1" }, "downloads": -1, "filename": "yql-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4108d203e9fffc6dd70d66d6db810e1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4667, "upload_time": "2015-09-17T03:09:00", "url": "https://files.pythonhosted.org/packages/29/d2/46c49389158fcb82dc1dc9bc55726e4f5527750b76374efbb5d34e79d2f1/yql-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4108d203e9fffc6dd70d66d6db810e1e", "sha256": "bfc850138ca2083aa6f892cccb0b2d845c4fe5a68d759dd3ab0165f2f749b5c1" }, "downloads": -1, "filename": "yql-1.0.1.tar.gz", "has_sig": false, "md5_digest": "4108d203e9fffc6dd70d66d6db810e1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4667, "upload_time": "2015-09-17T03:09:00", "url": "https://files.pythonhosted.org/packages/29/d2/46c49389158fcb82dc1dc9bc55726e4f5527750b76374efbb5d34e79d2f1/yql-1.0.1.tar.gz" } ] }