{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": ".. Licensed to the Apache Software Foundation (ASF) under one\n.. or more contributor license agreements. See the NOTICE file\n.. distributed with this work for additional information\n.. regarding copyright ownership. The ASF licenses this file\n.. to you under the Apache License, Version 2.0 (the\n.. \"License\"); you may not use this file except in compliance\n.. with the License. You may obtain a copy of the License at\n..\n.. http://www.apache.org/licenses/LICENSE-2.0\n..\n.. Unless required by applicable law or agreed to in writing,\n.. software distributed under the License is distributed on an\n.. \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n.. KIND, either express or implied. See the License for the\n.. specific language governing permissions and limitations\n.. under the License.\n\n=================================\nApache TinkerPop - Gremlin Python\n=================================\n\n`Apache TinkerPop\u2122 `_\nis a graph computing framework for both graph databases (OLTP) and\ngraph analytic systems (OLAP). `Gremlin `_\nis the graph traversal language of\nTinkerPop. It can be described as a functional, data-flow language that enables users to succinctly express complex\ntraversals on (or queries of) their application's property graph.\n\nGremlin-Python implements Gremlin within the Python language and can be used on any Python virtual machine including\nthe popular CPython machine. Python\u2019s syntax has the same constructs as Java including \"dot notation\" for function\nchaining ``(a.b.c)``, round bracket function arguments ``(a(b,c))```, and support for global namespaces\n``(a(b()) vs a(__.b()))```. As such, anyone familiar with Gremlin-Java will immediately be able to work with\nGremlin-Python. Moreover, there are a few added constructs to Gremlin-Python that make traversals a bit more succinct.\n\n >>> g.V().both()[1:3].toList()\n [v[2], v[4]]\n >>> g.V().both()[1].toList()\n [v[2]]\n >>> g.V().both().name.toList()\n [lop, vadas, josh, marko, marko, josh, peter, ripple, lop, marko, josh, lop]\n\nPlease see the `reference documentation `_\nat Apache TinkerPop for more information on usage.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://tinkerpop.apache.org", "keywords": "", "license": "Apache 2", "maintainer": "", "maintainer_email": "", "name": "gremlinpython-bugfix-3.2.6", "package_url": "https://pypi.org/project/gremlinpython-bugfix-3.2.6/", "platform": "", "project_url": "https://pypi.org/project/gremlinpython-bugfix-3.2.6/", "project_urls": { "Homepage": "http://tinkerpop.apache.org" }, "release_url": "https://pypi.org/project/gremlinpython-bugfix-3.2.6/3.2.6/", "requires_dist": [ "aenum (==1.4.5)", "tornado (==4.4.1)", "six (==1.10.0)", "futures (==3.0.5)" ], "requires_python": "", "summary": "Gremlin-Python for Apache TinkerPop", "version": "3.2.6" }, "last_serial": 4632845, "releases": { "3.2.6": [ { "comment_text": "", "digests": { "md5": "41e117e46f64c6bdd38ec640def066f0", "sha256": "28a3d2b66a4a187853a290f633202526cddd6c86253496515405b7622f54b7f5" }, "downloads": -1, "filename": "gremlinpython_bugfix_3.2.6-3.2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "41e117e46f64c6bdd38ec640def066f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43383, "upload_time": "2018-12-25T06:43:52", "url": "https://files.pythonhosted.org/packages/32/58/0063b6523895cd64bdd75c1890ea708685328217aae7a4188766356763d7/gremlinpython_bugfix_3.2.6-3.2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "52b710656c114069ea90cffb3300aec7", "sha256": "902601b83aeb6cfea99371d033e7238ea2dcafef72749f0eb650b7da527dfff5" }, "downloads": -1, "filename": "gremlinpython-bugfix-3.2.6-3.2.6.tar.gz", "has_sig": false, "md5_digest": "52b710656c114069ea90cffb3300aec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24300, "upload_time": "2018-12-25T06:43:55", "url": "https://files.pythonhosted.org/packages/66/ff/0b110bc9814920dfa01fedb279746482f9243b9c0d60964f71dd69531368/gremlinpython-bugfix-3.2.6-3.2.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "41e117e46f64c6bdd38ec640def066f0", "sha256": "28a3d2b66a4a187853a290f633202526cddd6c86253496515405b7622f54b7f5" }, "downloads": -1, "filename": "gremlinpython_bugfix_3.2.6-3.2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "41e117e46f64c6bdd38ec640def066f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 43383, "upload_time": "2018-12-25T06:43:52", "url": "https://files.pythonhosted.org/packages/32/58/0063b6523895cd64bdd75c1890ea708685328217aae7a4188766356763d7/gremlinpython_bugfix_3.2.6-3.2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "52b710656c114069ea90cffb3300aec7", "sha256": "902601b83aeb6cfea99371d033e7238ea2dcafef72749f0eb650b7da527dfff5" }, "downloads": -1, "filename": "gremlinpython-bugfix-3.2.6-3.2.6.tar.gz", "has_sig": false, "md5_digest": "52b710656c114069ea90cffb3300aec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24300, "upload_time": "2018-12-25T06:43:55", "url": "https://files.pythonhosted.org/packages/66/ff/0b110bc9814920dfa01fedb279746482f9243b9c0d60964f71dd69531368/gremlinpython-bugfix-3.2.6-3.2.6.tar.gz" } ] }