{ "info": { "author": "Denis Stebunov", "author_email": "support@ivelum.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "graphql-py\n==========\n\n.. image:: https://travis-ci.org/ivelum/graphql-py.svg?branch=master\n :target: https://travis-ci.org/ivelum/graphql-py\n\nGraphQL lexer and parser written in pure Python, produces AST. Features:\n\n* Complies with latest `working draft of GraphQL specification`_;\n* Fast enough, built on `PLY`_;\n* Tested vs. Python 2.7, 3.4, 3.5, 3.6 and PyPy\n\n.. _working draft of GraphQL specification: https://facebook.github.io/graphql/\n.. _PLY: http://www.dabeaz.com/ply/\n\nInstallation\n------------\n\n.. code:: shell\n\n $ pip install graphql-py\n\nUsage\n-----\n\n.. code:: shell\n\n from graphql.parser import GraphQLParser\n\n parser = GraphQLParser()\n ast = parser.parse(\"\"\"\n {\n user(id: 4) {\n id\n name\n profilePic\n avatar: profilePic(width: 30, height: 30)\n }\n }\n \"\"\")\n print(ast)\n\nLicense\n-------\n\nMIT\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ivelum/graphql-py/", "keywords": "", "license": "The MIT License (MIT)\n\nCopyright (c) 2015 ivelum\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n", "maintainer": "", "maintainer_email": "", "name": "graphql-py", "package_url": "https://pypi.org/project/graphql-py/", "platform": "", "project_url": "https://pypi.org/project/graphql-py/", "project_urls": { "Homepage": "https://github.com/ivelum/graphql-py/" }, "release_url": "https://pypi.org/project/graphql-py/0.7.1/", "requires_dist": null, "requires_python": "", "summary": "graphql-py: Parser for latest GraphQL specification", "version": "0.7.1" }, "last_serial": 3982299, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8feecb3e7d202288d2f4310a8a079fe9", "sha256": "0cf9d649af7608f1986444d51d8520aeb009eedc781afade8d203fb5f8d54d44" }, "downloads": -1, "filename": "graphql-py-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8feecb3e7d202288d2f4310a8a079fe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11716, "upload_time": "2015-08-20T12:53:27", "url": "https://files.pythonhosted.org/packages/be/e3/beee3813b7af14273487727e58c5db0df5690d1b3ad80aee9664c5ac9088/graphql-py-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "4f4e15d6f749ca392b92c46a160c8f1e", "sha256": "b72ef12e2c9e97152b95f1eabd7cbc581d41308eeb3a8ebd20d8a2c00877b119" }, "downloads": -1, "filename": "graphql-py-0.2.0.tar.gz", "has_sig": false, "md5_digest": "4f4e15d6f749ca392b92c46a160c8f1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11860, "upload_time": "2015-08-20T17:35:27", "url": "https://files.pythonhosted.org/packages/e4/f9/827a4824b341e46792da0c3376fba5de028cd199b6b8cbc2dab3a79978d2/graphql-py-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "94d132d2115fd0987ffb8f39777aad16", "sha256": "3ea83bbe2a164ae8bf04bf529a39837f17c13a544207714aa4eba5d3f82f7a87" }, "downloads": -1, "filename": "graphql-py-0.3.0.tar.gz", "has_sig": false, "md5_digest": "94d132d2115fd0987ffb8f39777aad16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12004, "upload_time": "2015-09-21T17:45:15", "url": "https://files.pythonhosted.org/packages/01/cb/d661fcd5c04248141a13877ebc9a071d4187654112bb266b3f97c96e5513/graphql-py-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "870fb6700d17c244db0f3658a67b3637", "sha256": "204dbe740734d3f2a38c384fb76c3c0be7cbd968caeaa558b2b91a696b964f46" }, "downloads": -1, "filename": "graphql-py-0.4.0.tar.gz", "has_sig": false, "md5_digest": "870fb6700d17c244db0f3658a67b3637", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12031, "upload_time": "2015-10-06T00:48:24", "url": "https://files.pythonhosted.org/packages/1b/e1/cf6ae73543162ca89a0a0ae1775f86487692b29cbc1bbb8c4ba2cafa5dfd/graphql-py-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "a1feaa78e8ae930db775bd23227c3915", "sha256": "590a6eaa1356322f89024c20030f7d27b2941edf516b698386f8124dac561783" }, "downloads": -1, "filename": "graphql-py-0.5.0.tar.gz", "has_sig": false, "md5_digest": "a1feaa78e8ae930db775bd23227c3915", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11931, "upload_time": "2015-10-08T14:42:37", "url": "https://files.pythonhosted.org/packages/67/45/d3c3eeefacdf700f14e41c1b90c255f5d0a7719b437bf872767d949af746/graphql-py-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "7b49c9d77bcbd6bf8c542d16ca1e386e", "sha256": "a76eae52f9502d37316e68c9d75a76064f65f59fa96478967ea85bdef5b966dc" }, "downloads": -1, "filename": "graphql-py-0.6.0.tar.gz", "has_sig": false, "md5_digest": "7b49c9d77bcbd6bf8c542d16ca1e386e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11984, "upload_time": "2015-10-28T13:52:25", "url": "https://files.pythonhosted.org/packages/83/70/69fd0e833024644072bcf5c20b30bbbbbc2ed2f46681253bf6450ec6dcec/graphql-py-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "5016c327a18a54502dfa580c5af89c6f", "sha256": "c4d7cbfdda0d6389b639dc981fa87716c41a7b1196a47ba275471e70e9997f80" }, "downloads": -1, "filename": "graphql-py-0.6.1.tar.gz", "has_sig": false, "md5_digest": "5016c327a18a54502dfa580c5af89c6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13170, "upload_time": "2018-04-26T15:10:56", "url": "https://files.pythonhosted.org/packages/bf/63/68a333392447500df903e6e351919167f1e27308c78a0544a8ffca24a264/graphql-py-0.6.1.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "cb5190ca76db43ca0d02da9949d1aaa7", "sha256": "c329c78325039a3124c3ca0b18c36540059385bfb51dd9cb1c4ad2faae891ac7" }, "downloads": -1, "filename": "graphql-py-0.7.0.tar.gz", "has_sig": false, "md5_digest": "cb5190ca76db43ca0d02da9949d1aaa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13184, "upload_time": "2018-06-20T15:25:44", "url": "https://files.pythonhosted.org/packages/0c/63/9390d1c8b7f7315868f75b9663655ec3fef2c63f311604f405661ccb3768/graphql-py-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "5ba1ddf265977483bc0e9fa10290496a", "sha256": "1279f3fbc30b154ef9c46850bdc15be13d845a01ba68d516a8a4088ba66a710b" }, "downloads": -1, "filename": "graphql-py-0.7.1.tar.gz", "has_sig": false, "md5_digest": "5ba1ddf265977483bc0e9fa10290496a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13497, "upload_time": "2018-06-20T17:32:52", "url": "https://files.pythonhosted.org/packages/c5/b1/43f38e1d2017b65ee85e53d34553cd25c282a60c4eeb279062f5182c381f/graphql-py-0.7.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5ba1ddf265977483bc0e9fa10290496a", "sha256": "1279f3fbc30b154ef9c46850bdc15be13d845a01ba68d516a8a4088ba66a710b" }, "downloads": -1, "filename": "graphql-py-0.7.1.tar.gz", "has_sig": false, "md5_digest": "5ba1ddf265977483bc0e9fa10290496a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13497, "upload_time": "2018-06-20T17:32:52", "url": "https://files.pythonhosted.org/packages/c5/b1/43f38e1d2017b65ee85e53d34553cd25c282a60c4eeb279062f5182c381f/graphql-py-0.7.1.tar.gz" } ] }