{ "info": { "author": "OCI ML Team", "author_email": "vish.ishaya@oracle.com", "bugtrack_url": null, "classifiers": [], "description": "# GraphPipe for python \n\nGraphPipe for python consists of the flatbuffer implementation (generated from\nthe [graphpipe project](https://github.com/graphpipe)), utilities for\nconverting between flatbuffers and python types, a client for making calls\nto graphpipe services, and some simple examples.\n\nTo learn more about GraphPipe, see our [documentation](https://oracle.github.io/graphpipe/)\n\n## Build\n\nYou can install from pypi like so:\n\n```\n pip install graphpipe\n```\n\nYou an also install directly from github with pip like so:\n\n```\n pip install git+https://github.com/oracle/graphpipe-py\n```\n\nThis is a pure python package, your setup.py knowledge should do the trick\nif you are have checked out the code from github.\n\n## Develop\n\nThe tox tests can be run via `make test` if you have docker installed.\n\nTo update the graphpipe flatbuffer files, you will need to `make python` in\nthe graphpipe project and copy the generated files into this repository's\n`graphpipe/graphpipefb/` directory\n\n\nTo build installation packages:\n\n```\n python setup.py sdist bdist_wheel\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://oracle.github.io/graphpipe", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "graphpipe", "package_url": "https://pypi.org/project/graphpipe/", "platform": "", "project_url": "https://pypi.org/project/graphpipe/", "project_urls": { "Homepage": "https://oracle.github.io/graphpipe" }, "release_url": "https://pypi.org/project/graphpipe/1.0.4/", "requires_dist": [ "numpy (>=1.13.3)", "requests (==2.18.4)", "flatbuffers (==1.9.0)" ], "requires_python": "", "summary": "Graphpipe client and helpers", "version": "1.0.4" }, "last_serial": 4174542, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "1f0a38324a91fa1e250cbcf0da30f8ee", "sha256": "d246225a1ddc45eda3509597d757356aad449f886c6b10e2f643c1d03163cf80" }, "downloads": -1, "filename": "graphpipe-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "1f0a38324a91fa1e250cbcf0da30f8ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12606, "upload_time": "2018-08-15T21:29:32", "url": "https://files.pythonhosted.org/packages/b4/50/21234aa4cb5280715d2932881491f34e79be9a20c68499b98c03b8778a2f/graphpipe-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7ee22cba3739043167b43fa065b1d40", "sha256": "f8fff73fa79596ecedfc8cf7676ff5a73844fba9b617b32ccd849936b966e7f6" }, "downloads": -1, "filename": "graphpipe-1.0.4.tar.gz", "has_sig": false, "md5_digest": "a7ee22cba3739043167b43fa065b1d40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8289, "upload_time": "2018-08-15T21:29:33", "url": "https://files.pythonhosted.org/packages/21/67/cc756eb2e772aece4094c055abc345b239574e5fba5f190879c325595b0b/graphpipe-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1f0a38324a91fa1e250cbcf0da30f8ee", "sha256": "d246225a1ddc45eda3509597d757356aad449f886c6b10e2f643c1d03163cf80" }, "downloads": -1, "filename": "graphpipe-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "1f0a38324a91fa1e250cbcf0da30f8ee", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12606, "upload_time": "2018-08-15T21:29:32", "url": "https://files.pythonhosted.org/packages/b4/50/21234aa4cb5280715d2932881491f34e79be9a20c68499b98c03b8778a2f/graphpipe-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7ee22cba3739043167b43fa065b1d40", "sha256": "f8fff73fa79596ecedfc8cf7676ff5a73844fba9b617b32ccd849936b966e7f6" }, "downloads": -1, "filename": "graphpipe-1.0.4.tar.gz", "has_sig": false, "md5_digest": "a7ee22cba3739043167b43fa065b1d40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8289, "upload_time": "2018-08-15T21:29:33", "url": "https://files.pythonhosted.org/packages/21/67/cc756eb2e772aece4094c055abc345b239574e5fba5f190879c325595b0b/graphpipe-1.0.4.tar.gz" } ] }