{ "info": { "author": "Okera Development Team", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "pycerebro\n=========\n\nPython client for RecordService implementations.\n\nDependencies\n------------\n\nRequired:\n\n- Python 3.4+\n\n- ``six``, ``bit_array``, ``thriftpy >=0.3.9``\n\n.. code:: shell\n\n pip3 install six bit_array 'thriftpy>=0.3.9'\n\nOptional:\n\n- ``pandas`` for conversion to ``DataFrame`` objects\n\nInstallation\n------------\n\n.. code:: shell\n\n pip3 install pycerebro\n\nTo verify:\n\n.. code:: python\n\n >>> import cerebro.cdas\n >>> cerebro.cdas.version()\n '0.8.0-beta3'\n\nUsage\n~~~~~\n\n.. code:: python\n\n from cerebro import context\n ctx = context()\n with ctx.connect(host='localhost', port=12050) as conn:\n conn.list_databases()\n pd = conn.scan_as_pandas(\"cerebro_sample.sample\")\n pd\n\nTo enable a connection to a server with token-authentication:\n\n.. code:: python\n\n from cerebro import context\n ctx = context()\n ctx.enable_token_auth(token_str='my-token')\n with ctx.connect(host='localhost', port=12050) as conn:\n conn.list_databases()\n\nTo enable a connection to a server with kerberos-authentication:\n\n.. code:: python\n\n from cerebro import context\n ctx = context()\n # Connecting to server principal 'cerebro/service@REALM'\n ctx.enable_kerberos('cerebro', host_override='service')\n with ctx.connect(host='localhost', port=12050) as conn:\n conn.list_databases()", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "pokera", "package_url": "https://pypi.org/project/pokera/", "platform": "", "project_url": "https://pypi.org/project/pokera/", "project_urls": null, "release_url": "https://pypi.org/project/pokera/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Python client for the Okera Data Access Service", "version": "0.1.0" }, "last_serial": 3910397, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e0cd4a8dc9ffcfd49fbca64221c04ede", "sha256": "072fcec715d85706d13476a3a1b9c63953672d703ddfa90a9a2fdd5c7167c953" }, "downloads": -1, "filename": "pokera-0.1.0-py3.5.egg", "has_sig": false, "md5_digest": "e0cd4a8dc9ffcfd49fbca64221c04ede", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 62593, "upload_time": "2018-05-29T20:27:18", "url": "https://files.pythonhosted.org/packages/5f/3d/7c09cdfcbcb90e032bc35d1714547262c9a3ad5b8dc4d24900e7e7e19f58/pokera-0.1.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "0797c8cf55ad65cc9f68d3689dd6fe49", "sha256": "fb5e25b0310c884d6a2f8cfbf69d3e29348a003aed5823265f383a68c06d7957" }, "downloads": -1, "filename": "pokera-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0797c8cf55ad65cc9f68d3689dd6fe49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49055, "upload_time": "2018-05-29T20:27:20", "url": "https://files.pythonhosted.org/packages/8d/92/c6d6b095893c0846b2be850749e34406879e2d917adecdebfe764c0bb715/pokera-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e0cd4a8dc9ffcfd49fbca64221c04ede", "sha256": "072fcec715d85706d13476a3a1b9c63953672d703ddfa90a9a2fdd5c7167c953" }, "downloads": -1, "filename": "pokera-0.1.0-py3.5.egg", "has_sig": false, "md5_digest": "e0cd4a8dc9ffcfd49fbca64221c04ede", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 62593, "upload_time": "2018-05-29T20:27:18", "url": "https://files.pythonhosted.org/packages/5f/3d/7c09cdfcbcb90e032bc35d1714547262c9a3ad5b8dc4d24900e7e7e19f58/pokera-0.1.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "0797c8cf55ad65cc9f68d3689dd6fe49", "sha256": "fb5e25b0310c884d6a2f8cfbf69d3e29348a003aed5823265f383a68c06d7957" }, "downloads": -1, "filename": "pokera-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0797c8cf55ad65cc9f68d3689dd6fe49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49055, "upload_time": "2018-05-29T20:27:20", "url": "https://files.pythonhosted.org/packages/8d/92/c6d6b095893c0846b2be850749e34406879e2d917adecdebfe764c0bb715/pokera-0.1.0.tar.gz" } ] }