{ "info": { "author": "Kevin Smithson", "author_email": "kevin.smithson@philips.com", "bugtrack_url": null, "classifiers": [], "description": "GraphQL Client\n==============\n\nGetting Started\n---------------\n\n.. code:: python\n\n client = GraphQLClient('https://www.graphqlhub.com/graphql')\n\n result = client.query('''\n query ($id: String!) {\n hn2 {\n nodeFromHnId(id: $id, isUserId: true) {\n id\n }\n }\n }\n ''', {'id': 'clayallsopp'})\n\nThe client constructor can also take a dictionary of additonal headers\nin a keyword argument ``headers`` or as the second parameter.\n\nTests\n-----\n\nTo Run Tests\n\n.. code:: bash\n\n make test\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hsdp/python-graphql-client.git", "keywords": "", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "graphql_client", "package_url": "https://pypi.org/project/graphql_client/", "platform": "", "project_url": "https://pypi.org/project/graphql_client/", "project_urls": { "Homepage": "https://github.com/hsdp/python-graphql-client.git" }, "release_url": "https://pypi.org/project/graphql_client/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "A GraphQL Client", "version": "0.3.0" }, "last_serial": 4116669, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b1189d3f53f29c6f2179015dcbf2e303", "sha256": "8ad38c1d0e64d2a24cb01a07688edd08d43b197c7a1ab6b1f90e6fb692df6b4c" }, "downloads": -1, "filename": "graphql_client-0.1.tar.gz", "has_sig": false, "md5_digest": "b1189d3f53f29c6f2179015dcbf2e303", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1611, "upload_time": "2018-01-25T21:44:45", "url": "https://files.pythonhosted.org/packages/7b/c4/ee230155a55222298ae7c38e43d33ae5b2e3bc614494c23adac8549608af/graphql_client-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4f090f8550b5636ed54c6fbe4efaef61", "sha256": "9ab894be6a8185f5f03ec45e342de6cfc5cb7e919aa5e9acae489e502e7e9f3a" }, "downloads": -1, "filename": "graphql_client-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4f090f8550b5636ed54c6fbe4efaef61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1825, "upload_time": "2018-01-25T21:55:17", "url": "https://files.pythonhosted.org/packages/bb/6e/44764c167aac2b6d208ab89c10038ed92ebe04e39e6e14e830234a545646/graphql_client-0.1.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "76fb782dafed9e716799b4634138fd41", "sha256": "50c10c36b93d661c00a527ea9052a39d5055ef9283f24e8fc951e3f95bc3531f" }, "downloads": -1, "filename": "graphql_client-0.3.0.tar.gz", "has_sig": false, "md5_digest": "76fb782dafed9e716799b4634138fd41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2063, "upload_time": "2018-07-30T14:11:41", "url": "https://files.pythonhosted.org/packages/ee/5c/3c2232eb41b05dd58411deae899d3046d662b57dba830936f50f2c4bcd23/graphql_client-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76fb782dafed9e716799b4634138fd41", "sha256": "50c10c36b93d661c00a527ea9052a39d5055ef9283f24e8fc951e3f95bc3531f" }, "downloads": -1, "filename": "graphql_client-0.3.0.tar.gz", "has_sig": false, "md5_digest": "76fb782dafed9e716799b4634138fd41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2063, "upload_time": "2018-07-30T14:11:41", "url": "https://files.pythonhosted.org/packages/ee/5c/3c2232eb41b05dd58411deae899d3046d662b57dba830936f50f2c4bcd23/graphql_client-0.3.0.tar.gz" } ] }