{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License" ], "description": "==========\nhive_utils\n==========\n\nUtilities for accessing and using hive with python.\n\nInstalling\n==========\n\nYou can install **hive_utils** through ``pip`` or ``easy-install``::\n\n pip install hive_utils\n\nOr you can download the `latest development version`_, which may\ncontain new features.\n\nUsing hive_utils\n================\n\n**hive_utils** allows you to access hive with an API that is similar to\nMySQL-python::\n\n query = \"\"\"\n SELECT country, count(1) AS cnt\n FROM User\n GROUP BY country\n \"\"\"\n hive_client = hive_utils.HiveClient(\n server=config['HOST'],\n port=config['PORT'],\n db=config['NAME'],\n )\n for row in hive_client.execute(query):\n print '%s: %s' % (row['country'], row['cnt'])\n\nLicense\n========\n\n**hive_utils** is copyright 2013 Eventbrite and Contributors, and is made\navailable under BSD-style license; see LICENSE for details.\n\n.. _`latest development version`: https://github.com/eventbrite/python_hive_utils/tarball/master#egg=hive_utils\n\n\nNews\n====\n\n0.0.1\n-----\n\n*Relase date: September 5th, 2013*\n\nCreation.", "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/eventbrite/python_hive_utils", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "hive_utils", "package_url": "https://pypi.org/project/hive_utils/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hive_utils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eventbrite/python_hive_utils" }, "release_url": "https://pypi.org/project/hive_utils/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.0.1" }, "last_serial": 858203, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "83cc79c26c3011b87d8cc77cd5e81586", "sha256": "985e77bed8d90b674007fc4e7b99d68c9a1749c59f9288f4cf3c05c05044d85d" }, "downloads": -1, "filename": "hive_utils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "83cc79c26c3011b87d8cc77cd5e81586", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3517, "upload_time": "2013-09-05T20:47:18", "url": "https://files.pythonhosted.org/packages/d5/99/ce4bc1c70acf1981850b4abffe5aa50135fdc4ad3c1c1a3375141ef732f5/hive_utils-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83cc79c26c3011b87d8cc77cd5e81586", "sha256": "985e77bed8d90b674007fc4e7b99d68c9a1749c59f9288f4cf3c05c05044d85d" }, "downloads": -1, "filename": "hive_utils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "83cc79c26c3011b87d8cc77cd5e81586", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3517, "upload_time": "2013-09-05T20:47:18", "url": "https://files.pythonhosted.org/packages/d5/99/ce4bc1c70acf1981850b4abffe5aa50135fdc4ad3c1c1a3375141ef732f5/hive_utils-0.0.1.tar.gz" } ] }