{ "info": { "author": "Syrus Akbary", "author_email": "me@syrusakbary.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance" ], "description": "gql-checker\n===========\n\n|Build Status|\n\nA `flake8 `__ and\n`Pylama `__ plugin that checks the\nall the static gql calls given a GraphQL schema.\n\nIt will not check anything else about the gql calls. Merely that the\nGraphQL syntax is correct and it validates against the provided schema.\n\nWarnings\n--------\n\nThis package adds 3 new flake8 warnings\n\n- ``GQL100``: The gql query is doesn't match GraphQL syntax\n- ``GQL101``: The gql query have valid syntax but doesn't validate against provided schema\n\nConfiguration\n-------------\n\nYou will want to set the ``gql-introspection-schema`` option to a\nfile with the json introspection of the schema.\n\n\n.. |Build Status| image:: https://travis-ci.org/graphql-python/gql-checker.png?branch=master\n :target: https://travis-ci.org/graphql-python/gql-checker\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/graphql-python/gql-checker", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gql-checker", "package_url": "https://pypi.org/project/gql-checker/", "platform": "", "project_url": "https://pypi.org/project/gql-checker/", "project_urls": { "Homepage": "https://github.com/graphql-python/gql-checker" }, "release_url": "https://pypi.org/project/gql-checker/0.1/", "requires_dist": null, "requires_python": "", "summary": "Flake8 and pylama plugin that checks gql GraphQL calls.", "version": "0.1" }, "last_serial": 3069471, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d0706b1edc22e8cb845476e1fb524f9b", "sha256": "a1a8be5ca7b0fff0413dd4a2ac71c6dc090cc6dcfaa6d059e64a561a1c9a7652" }, "downloads": -1, "filename": "gql-checker-0.1.tar.gz", "has_sig": false, "md5_digest": "d0706b1edc22e8cb845476e1fb524f9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10170, "upload_time": "2017-08-03T10:45:49", "url": "https://files.pythonhosted.org/packages/d6/a8/29915be0a974ef211aa6ad21bb6ec30527e46de73cb1bd549ae65cbcd8dc/gql-checker-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d0706b1edc22e8cb845476e1fb524f9b", "sha256": "a1a8be5ca7b0fff0413dd4a2ac71c6dc090cc6dcfaa6d059e64a561a1c9a7652" }, "downloads": -1, "filename": "gql-checker-0.1.tar.gz", "has_sig": false, "md5_digest": "d0706b1edc22e8cb845476e1fb524f9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10170, "upload_time": "2017-08-03T10:45:49", "url": "https://files.pythonhosted.org/packages/d6/a8/29915be0a974ef211aa6ad21bb6ec30527e46de73cb1bd549ae65cbcd8dc/gql-checker-0.1.tar.gz" } ] }