{ "info": { "author": "Lev E. Givon", "author_email": "lev@columbia.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Framework :: IPython", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Database", "Topic :: Database :: Front-Ends", "Topic :: Software Development" ], "description": "Package Description\n-------------------\nICypher is an IPython extension for running Cypher queries against a `Neo4J\n`_ graph database within IPython.\n\n.. image:: https://img.shields.io/pypi/v/icypher.svg\n :target: https://pypi.python.org/pypi/icypher\n :alt: Latest Version\n.. .. image:: https://img.shields.io/pypi/dm/icypher.svg\n.. :target: https://pypi.python.org/pypi/icypher\n.. :alt: Downloads\n\nInstallation\n------------\nThe package may be installed as follows: ::\n\n pip install icypher\n\nAfter installation, the extension may be loaded within an IPython session\nwith ::\n\n %load_ext icypher\n\nUsage Examples\n--------------\nUse default URI ``http://localhost:7474/db/data``: ::\n\n %cypher\n\nSet name and password, but use default URI: ::\n\n %cypher user:passwd\n\nSet database URI with name and password: ::\n\n %cypher http://user:passwd@localhost:7474/db/data\n\nSet database URI and return all nodes: ::\n\n %%cypher http://localhost:7474/db/data\n MATCH (n) RETURN n\n\nCreate a node using the most recently configured database (or the default if\nnone was specified: ::\n\n %cypher CREATE (n {name: 'foo'}) RETURN n\n\nRetrieve properties of several nodes: ::\n\n results = %cypher MATCH (n) RETURN n\n print([result.n.properties for result in results])\n\nDevelopment\n-----------\nThe latest release of the package may be obtained from\n`GitHub `_.\n\nAuthor\n------\nSee the included `AUTHORS.rst\n`_ file for more \ninformation.\n\nLicense\n-------\nThis software is licensed under the\n`BSD License `_.\nSee the included `LICENSE.rst\n`_ file for more information.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lebedov/icypher/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "icypher", "package_url": "https://pypi.org/project/icypher/", "platform": "", "project_url": "https://pypi.org/project/icypher/", "project_urls": { "Homepage": "https://github.com/lebedov/icypher/" }, "release_url": "https://pypi.org/project/icypher/0.1.6/", "requires_dist": [ "ipython (>=4.0)", "py2neo (>=3.0)" ], "requires_python": "", "summary": "Cypher access to Neo4J via IPython", "version": "0.1.6" }, "last_serial": 4850250, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "dface3fc44d7435a7ec9db0894e318dc", "sha256": "24f58a617bba8858a9ade6bb67be6509b3beac6a4facf338adb2682ad72ddb5b" }, "downloads": -1, "filename": "icypher-0.1.3.tar.gz", "has_sig": false, "md5_digest": "dface3fc44d7435a7ec9db0894e318dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8051, "upload_time": "2015-07-19T18:59:06", "url": "https://files.pythonhosted.org/packages/d4/1d/90c41a9f672682d40923f4571a63228d46447262554e38ac0f9d0791c5a8/icypher-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "896463df1af53195b54356af708284a0", "sha256": "ec6de66363761bf02b18ead928e594b781c0d75a1a9332307c212d26e4e356fe" }, "downloads": -1, "filename": "icypher-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "896463df1af53195b54356af708284a0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4258, "upload_time": "2017-05-04T16:18:13", "url": "https://files.pythonhosted.org/packages/d4/31/7478af761e758c4143599dec89dbbce3e0aff32ec6903578d050cdb6bb16/icypher-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1671aa7634b064c722abe38604ea1f8d", "sha256": "709e865b7df2b55f9dd344941e8cbd83d52107ae047f866883a598de0cec4635" }, "downloads": -1, "filename": "icypher-0.1.4.tar.gz", "has_sig": false, "md5_digest": "1671aa7634b064c722abe38604ea1f8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21004, "upload_time": "2017-05-04T16:18:04", "url": "https://files.pythonhosted.org/packages/70/b6/18cdd9412d557cc80e17f929bcc385644f9c426ee867ee20e97a79f15925/icypher-0.1.4.tar.gz" } ], "0.1.4.1": [ { "comment_text": "", "digests": { "md5": "574cebcd4fdfa25c54eefef060767921", "sha256": "eaf43ee970ae3a9be97921a128e98b282b0b4280671332b4c92b90ffd868ceea" }, "downloads": -1, "filename": "icypher-0.1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "574cebcd4fdfa25c54eefef060767921", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5698, "upload_time": "2017-05-04T16:23:52", "url": "https://files.pythonhosted.org/packages/70/d4/0841253129473c146b26ed0481bce3efc29a609ea756bb7663a92e2e97bd/icypher-0.1.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7aa4d044027cbbcb07371aed2f748894", "sha256": "83951163f9d2cba948b08611728d792458e9dc230708affac09d3b0eb905e01d" }, "downloads": -1, "filename": "icypher-0.1.4.1.tar.gz", "has_sig": false, "md5_digest": "7aa4d044027cbbcb07371aed2f748894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22173, "upload_time": "2017-05-04T16:23:43", "url": "https://files.pythonhosted.org/packages/89/d2/f4f962df3a192bd79662d4918642c7eef6cc0ea99e4199c56a19c1bc0001/icypher-0.1.4.1.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "2dc650b3e4a91935d3fbe0dbc009029c", "sha256": "dc9b74555fa7f7f389d968a312ddff8728412cdac6f87b9f7eac3412b09073b6" }, "downloads": -1, "filename": "icypher-0.1.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2dc650b3e4a91935d3fbe0dbc009029c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4073, "upload_time": "2018-04-19T11:29:32", "url": "https://files.pythonhosted.org/packages/bb/0b/b28aea45a589623a20609ba4ee6bac2855d0807f29455bb43c3124e03ca5/icypher-0.1.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eacb958e2f27775d1ba5593a2544f182", "sha256": "40c09c18b6ca85080441c839bff21aab5f0d2fdf135c3b7b5b1f1e8c7054bb58" }, "downloads": -1, "filename": "icypher-0.1.5.tar.gz", "has_sig": false, "md5_digest": "eacb958e2f27775d1ba5593a2544f182", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21466, "upload_time": "2018-04-19T11:29:33", "url": "https://files.pythonhosted.org/packages/51/84/8cc99f039aff5684b68577cb82572429c2eb2080b7cbb62574e403d92e63/icypher-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "3a0c2dd692c0eb73606db6a1ccc0699f", "sha256": "acffcb01113aa8ce49ea3b69411d4a1be8b8b9d4c96176563fb52b7f15ef013e" }, "downloads": -1, "filename": "icypher-0.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a0c2dd692c0eb73606db6a1ccc0699f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5362, "upload_time": "2019-02-21T13:49:43", "url": "https://files.pythonhosted.org/packages/61/e1/a76072ae6b4768360080155e20a516d480a95c7d3e286e3354c9535bfdb3/icypher-0.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2163b0740589d2a9a3ba46728cf1235d", "sha256": "f1e97f1b6f082c914af5d9f62980ae776427b3fcbc61a4edd15028d60e025db4" }, "downloads": -1, "filename": "icypher-0.1.6.tar.gz", "has_sig": false, "md5_digest": "2163b0740589d2a9a3ba46728cf1235d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21372, "upload_time": "2019-02-21T13:49:45", "url": "https://files.pythonhosted.org/packages/4b/de/644f00678d22f107048fbcf7131cfd5b3003eb1c560da5ffd7ac2aafb7fc/icypher-0.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a0c2dd692c0eb73606db6a1ccc0699f", "sha256": "acffcb01113aa8ce49ea3b69411d4a1be8b8b9d4c96176563fb52b7f15ef013e" }, "downloads": -1, "filename": "icypher-0.1.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a0c2dd692c0eb73606db6a1ccc0699f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5362, "upload_time": "2019-02-21T13:49:43", "url": "https://files.pythonhosted.org/packages/61/e1/a76072ae6b4768360080155e20a516d480a95c7d3e286e3354c9535bfdb3/icypher-0.1.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2163b0740589d2a9a3ba46728cf1235d", "sha256": "f1e97f1b6f082c914af5d9f62980ae776427b3fcbc61a4edd15028d60e025db4" }, "downloads": -1, "filename": "icypher-0.1.6.tar.gz", "has_sig": false, "md5_digest": "2163b0740589d2a9a3ba46728cf1235d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21372, "upload_time": "2019-02-21T13:49:45", "url": "https://files.pythonhosted.org/packages/4b/de/644f00678d22f107048fbcf7131cfd5b3003eb1c560da5ffd7ac2aafb7fc/icypher-0.1.6.tar.gz" } ] }