{ "info": { "author": "WeiJi Hsiao", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# HippyBase\nHippyBase is a Python library to interact with Apache Hbase through its REST api.\n\n## Installation\n```bash\npip install hippybase\n```\n\n## Example\n```python\nimport hippybase\n\nconnection = hippybase.Connection('hostname')\ntable=connection.table('table_name')\n\ntable.put('row_key', {'family:qual': 'value'})\n\nrow = table.row('row_key')\n\nfor key, data in table.scan():\n print(key, data)\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/WeiJiHsiao/hippybase", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "hippybase", "package_url": "https://pypi.org/project/hippybase/", "platform": "", "project_url": "https://pypi.org/project/hippybase/", "project_urls": { "Homepage": "https://github.com/WeiJiHsiao/hippybase" }, "release_url": "https://pypi.org/project/hippybase/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A Python library to interact with Apache Hbase through its REST api", "version": "0.1.2" }, "last_serial": 5853909, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "dffc6d1fdccb1ebc4d2a07f0cd539826", "sha256": "2acbb8b258f53957a84c85df9bddd3877b569f2d66f7048ded1d3410a324cbac" }, "downloads": -1, "filename": "hippybase-0.1.2.tar.gz", "has_sig": false, "md5_digest": "dffc6d1fdccb1ebc4d2a07f0cd539826", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10940, "upload_time": "2019-09-19T04:28:55", "url": "https://files.pythonhosted.org/packages/b4/09/74af306b5e28002124404fdecc31cbe1fb3bee0d415f103bb90c8dfba24c/hippybase-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dffc6d1fdccb1ebc4d2a07f0cd539826", "sha256": "2acbb8b258f53957a84c85df9bddd3877b569f2d66f7048ded1d3410a324cbac" }, "downloads": -1, "filename": "hippybase-0.1.2.tar.gz", "has_sig": false, "md5_digest": "dffc6d1fdccb1ebc4d2a07f0cd539826", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10940, "upload_time": "2019-09-19T04:28:55", "url": "https://files.pythonhosted.org/packages/b4/09/74af306b5e28002124404fdecc31cbe1fb3bee0d415f103bb90c8dfba24c/hippybase-0.1.2.tar.gz" } ] }