{ "info": { "author": "Syrus Akbary", "author_email": "me@syrusakbary.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\r\n===\r\n\r\nThis is a GraphQL client for Python. Plays nicely with ``graphene``,\r\n``graphql-core``, ``graphql-js`` and any other GraphQL implementation\r\ncompatible with the spec.\r\n\r\nGQL architecture is inspired by ``React-Relay`` and ``Apollo-Client``.\r\n\r\n|travis| |pypi| |coveralls|\r\n\r\nInstallation\r\n------------\r\n\r\n::\r\n\r\n $ pip install gql\r\n\r\nUsage\r\n-----\r\n\r\nThe example below shows how you can execute queries against a local\r\nschema.\r\n\r\n.. code:: python\r\n\r\n from gql import gql, Client\r\n\r\n client = Client(schema=schema)\r\n query = gql('''\r\n {\r\n hello\r\n }\r\n ''')\r\n\r\n client.execute(query)\r\n\r\nLicense\r\n-------\r\n\r\n`MIT\r\nLicense `__\r\n\r\n.. |travis| image:: https://img.shields.io/travis/graphql-python/gql.svg?style=flat\r\n :target: https://travis-ci.org/graphql-python/gql\r\n.. |pypi| image:: https://img.shields.io/pypi/v/gql.svg?style=flat\r\n :target: https://pypi.python.org/pypi/gql\r\n.. |coveralls| image:: https://coveralls.io/repos/graphql-python/gql/badge.svg?branch=master&service=github\r\n :target: https://coveralls.io/github/graphql-python/gql?branch=master", "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/graphql-python/gql", "keywords": "api graphql protocol rest relay gql client", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gql", "package_url": "https://pypi.org/project/gql/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gql/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/graphql-python/gql" }, "release_url": "https://pypi.org/project/gql/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "GraphQL client for Python", "version": "0.1.0" }, "last_serial": 2266136, "releases": { "0.0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "4fe799df09b5cc44ef455c2360fff48a", "sha256": "d20cf1eb1c6d54558174a3dcc3cf1ca0e07678cb1123804c2e165838238350f4" }, "downloads": -1, "filename": "gql-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4fe799df09b5cc44ef455c2360fff48a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3925, "upload_time": "2016-08-06T23:07:40", "url": "https://files.pythonhosted.org/packages/aa/9c/2933b7791210e00f5c26a6243198cc03af9132c29cf85e4c22cb007f171e/gql-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4fe799df09b5cc44ef455c2360fff48a", "sha256": "d20cf1eb1c6d54558174a3dcc3cf1ca0e07678cb1123804c2e165838238350f4" }, "downloads": -1, "filename": "gql-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4fe799df09b5cc44ef455c2360fff48a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3925, "upload_time": "2016-08-06T23:07:40", "url": "https://files.pythonhosted.org/packages/aa/9c/2933b7791210e00f5c26a6243198cc03af9132c29cf85e4c22cb007f171e/gql-0.1.0.tar.gz" } ] }