{ "info": { "author": "Tyler Banks", "author_email": "tbanks@mail.missouri.edu", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# NeoCortex\n\n\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/tjbanks/neocortex/blob/master/LICENSE)\n\n## Docker Image for Neo4j / API Interface\n\n```\ndocker-compose build\ndocker-compose up\n```\n\n## Command Line Interface\n\nInstall neocortex\n\n```\npython setup.py install\n```\n\nRun commands by executing `neo` from the command line\n\n```\n>neo config create\nConfig file not found: C:/Users/tyler/neo.cfg\nRun 'neo config create' to create a required configuration file.\n? Create config file \"C:/Users/tyler/neo.cfg\" ? Yes\n? Server: 127.0.0.1\n? Server Port: 5800\n? Username: admin\n? Password: admin\nConfig written\n\n>neo\nUsage: neo [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n --debug Verbose printing\n --config-path PATH Configuration file to use, default: \"~/neo.cfg\"\n --help Show this message and exit.\n\nCommands:\n config View, edit, or create your configuration file\n query Run queries agains the graph db\n```\n\n## Accessing the Neo4j Graph DB\n\n```\npython setup.py develop\npython\n>>> from neocortex.api.client import NeoClient\n>>> nc = NeoClient('admin','admin','192.168.99.100:5000')\n>>> nc.query('MATCH (n) RETURN n')\n[]\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://github.com/tjbanks/neocortex", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "neocortex", "package_url": "https://pypi.org/project/neocortex/", "platform": "", "project_url": "https://pypi.org/project/neocortex/", "project_urls": { "Homepage": "https://github.com/tjbanks/neocortex" }, "release_url": "https://pypi.org/project/neocortex/0.0.1/", "requires_dist": [ "click-plugins", "clint", "configparser", "flask", "flask-sqlalchemy", "flask-restful", "flask-migrate", "flask-jwt-extended", "tornado (==4.5.2)", "flask-marshmallow", "marshmallow-sqlalchemy", "python-dotenv", "passlib", "questionary", "tox", "twython", "webargs", "py2neo", "neo4j-driver", "flask-neo4j4" ], "requires_python": "", "summary": "", "version": "0.0.1", "yanked": false, "yanked_reason": null }, "last_serial": 6055936, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2927bbb628bf2087f8175b226c8607e7", "sha256": "5b64a72cdaa4251c6867acdc00cdeb06ce3598d1899ec78ef925437ae93f5123" }, "downloads": -1, "filename": "neocortex-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2927bbb628bf2087f8175b226c8607e7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16027, "upload_time": "2019-10-31T03:26:18", "upload_time_iso_8601": "2019-10-31T03:26:18.396022Z", "url": "https://files.pythonhosted.org/packages/56/37/b70d27d4c11f0cc27705773f8e162cf97ac4c8256780a6695675a5936e2a/neocortex-0.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1fc59440dcb2920a10a9b1c1c597f4f4", "sha256": "2860f57150536a656ce7bd5e16dded0c5971e97d5a8b70d5e58f2248a557dba0" }, "downloads": -1, "filename": "neocortex-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1fc59440dcb2920a10a9b1c1c597f4f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9953, "upload_time": "2019-10-31T03:26:20", "upload_time_iso_8601": "2019-10-31T03:26:20.754861Z", "url": "https://files.pythonhosted.org/packages/31/85/bea7de61e638066a907db1c658f52db37939acea10316ab2358839a5b31e/neocortex-0.0.1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2927bbb628bf2087f8175b226c8607e7", "sha256": "5b64a72cdaa4251c6867acdc00cdeb06ce3598d1899ec78ef925437ae93f5123" }, "downloads": -1, "filename": "neocortex-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2927bbb628bf2087f8175b226c8607e7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16027, "upload_time": "2019-10-31T03:26:18", "upload_time_iso_8601": "2019-10-31T03:26:18.396022Z", "url": "https://files.pythonhosted.org/packages/56/37/b70d27d4c11f0cc27705773f8e162cf97ac4c8256780a6695675a5936e2a/neocortex-0.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1fc59440dcb2920a10a9b1c1c597f4f4", "sha256": "2860f57150536a656ce7bd5e16dded0c5971e97d5a8b70d5e58f2248a557dba0" }, "downloads": -1, "filename": "neocortex-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1fc59440dcb2920a10a9b1c1c597f4f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9953, "upload_time": "2019-10-31T03:26:20", "upload_time_iso_8601": "2019-10-31T03:26:20.754861Z", "url": "https://files.pythonhosted.org/packages/31/85/bea7de61e638066a907db1c658f52db37939acea10316ab2358839a5b31e/neocortex-0.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }