{ "info": { "author": "Jon Haddad", "author_email": "jon@jonhaddad.com", "bugtrack_url": null, "classifiers": [], "description": "# Firehawk\n\nExperimental Language and REPL\n\n# Installation\n\n pip install firehawk\n \nYou will also need the DSE Graph driver. That's up to you for now. \n\n# Code Examples\n\n > from firehawk import parse_line\n > query = parse_line(\"CREATE VERTEX person\")\n \n > type(query)\n firehawk.ddl.CreateVertex\n \n > print query\n schema = graph.schema()\n schema.buildVertexLabel('person').add()\n \n# REPL\n\nThis package provides a REPL. \n\n graph [name]\n \n# Supported Syntax\n \n create graph [graph]\n use [graph]\n create vertex [label]\n create edge [label]\n create property [name] [type]\n CREATE [materialized|secondary|search] INDEX [name] ON VERTEX [label]([field])\n CREATE [in|out] INDEX [name] ON VERTEX [vertex-label] ON EDGE [edge-label]([edge-property])\n\n \n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rustyrazorblade/firehawk", "keywords": null, "license": "License :: OSI Approved :: Apache Software License", "maintainer": null, "maintainer_email": null, "name": "firehawk", "package_url": "https://pypi.org/project/firehawk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/firehawk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rustyrazorblade/firehawk" }, "release_url": "https://pypi.org/project/firehawk/0.3/", "requires_dist": null, "requires_python": null, "summary": "Alternative graph parsing language and REPL for DataStax Enterprise (DSE)", "version": "0.3" }, "last_serial": 2030046, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "406751043835629d4c2deaf19dbdbfb4", "sha256": "050da2f585c91ab4961f521ced960479f856c8dfb5c55ffcd99a5c436506ba62" }, "downloads": -1, "filename": "firehawk-0.1.tar.gz", "has_sig": false, "md5_digest": "406751043835629d4c2deaf19dbdbfb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1021, "upload_time": "2016-03-22T23:30:25", "url": "https://files.pythonhosted.org/packages/fc/59/f6c84d6574f557bf9ff1cb88abeda07342b253d51eed82f014c766d1d222/firehawk-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "db10595c7dd5680b5bb25cd9f46f8005", "sha256": "7ecdf00b0ebaf42448dbafde979bd6bf68c133aece0d7645a6133d8a95238c4d" }, "downloads": -1, "filename": "firehawk-0.2.tar.gz", "has_sig": false, "md5_digest": "db10595c7dd5680b5bb25cd9f46f8005", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9795, "upload_time": "2016-03-24T22:36:51", "url": "https://files.pythonhosted.org/packages/aa/cb/d7e192e612f61c456838b4fae00a6a4abdebebf4a457d96540c919c9b8ea/firehawk-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "7a9bc3d74b99479269dccb40b916a9b6", "sha256": "9459bd5ffde4e831c479cbf4679b98a6caa92c8399123a35a487571349d2bb58" }, "downloads": -1, "filename": "firehawk-0.3.tar.gz", "has_sig": false, "md5_digest": "7a9bc3d74b99479269dccb40b916a9b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9787, "upload_time": "2016-03-27T18:06:54", "url": "https://files.pythonhosted.org/packages/09/00/3ea8796d95272999bb5ac38ebf51fbe3be52dba877de174c6ffee6eed224/firehawk-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7a9bc3d74b99479269dccb40b916a9b6", "sha256": "9459bd5ffde4e831c479cbf4679b98a6caa92c8399123a35a487571349d2bb58" }, "downloads": -1, "filename": "firehawk-0.3.tar.gz", "has_sig": false, "md5_digest": "7a9bc3d74b99479269dccb40b916a9b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9787, "upload_time": "2016-03-27T18:06:54", "url": "https://files.pythonhosted.org/packages/09/00/3ea8796d95272999bb5ac38ebf51fbe3be52dba877de174c6ffee6eed224/firehawk-0.3.tar.gz" } ] }