{ "info": { "author": "cph", "author_email": "cph@yoctol.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries" ], "description": "GQL\n===\n\nThis is a GraphQL client for Python. Plays nicely with ``graphene``,\n``graphql-core``, ``graphql-js`` and any other GraphQL implementation\ncompatible with the spec.\n\nGQL architecture is inspired by ``React-Relay`` and ``Apollo-Client``.\n\n|travis| |pypi| |coveralls|\n\nInstallation\n------------\n\n::\n\n $ pip install gql-fork\n\nUsage\n-----\n\nThe example below shows how you can execute queries against a local\nschema.\n\n.. code:: python\n\n from gql import gql, Client\n\n client = Client(schema=schema)\n query = gql('''\n {\n hello\n }\n ''')\n\n client.execute(query)\n\nLicense\n-------\n\n`MIT\nLicense `__\n\n.. |travis| image:: https://img.shields.io/travis/graphql-python/gql.svg?style=flat\n :target: https://travis-ci.org/graphql-python/gql\n.. |pypi| image:: https://img.shields.io/pypi/v/gql.svg?style=flat\n :target: https://pypi.python.org/pypi/gql\n.. |coveralls| image:: https://coveralls.io/repos/graphql-python/gql/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/graphql-python/gql?branch=master\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/Yoctol/gql-fork", "keywords": "api graphql protocol rest relay gql client", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gql-fork", "package_url": "https://pypi.org/project/gql-fork/", "platform": "", "project_url": "https://pypi.org/project/gql-fork/", "project_urls": { "Homepage": "https://github.com/Yoctol/gql-fork" }, "release_url": "https://pypi.org/project/gql-fork/0.2.0/", "requires_dist": [ "six (>=1.10.0)", "graphql-core (>=0.5.0)", "promise (>=0.4.0)" ], "requires_python": "", "summary": "fork version of gql: GraphQL client for Python", "version": "0.2.0" }, "last_serial": 3705884, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "31015fe05aae8a13872d52359a7ac070", "sha256": "ac4352136cb905170c5ca4d3c8e655db02ded440916c03f59fb126b84128b66c" }, "downloads": -1, "filename": "gql_fork-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "31015fe05aae8a13872d52359a7ac070", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8282, "upload_time": "2018-03-26T10:21:44", "url": "https://files.pythonhosted.org/packages/fc/f7/0e5dfe64ef521cde193861b8caca9cfcfac3d19dac7e3e5fd9e809a45596/gql_fork-0.2.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31015fe05aae8a13872d52359a7ac070", "sha256": "ac4352136cb905170c5ca4d3c8e655db02ded440916c03f59fb126b84128b66c" }, "downloads": -1, "filename": "gql_fork-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "31015fe05aae8a13872d52359a7ac070", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8282, "upload_time": "2018-03-26T10:21:44", "url": "https://files.pythonhosted.org/packages/fc/f7/0e5dfe64ef521cde193861b8caca9cfcfac3d19dac7e3e5fd9e809a45596/gql_fork-0.2.0-py3-none-any.whl" } ] }