{ "info": { "author": "James Williams", "author_email": "jamwil@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Database" ], "description": "**rawgql** is a simple Python 3 framework for interacting with GraphQL endpoints.\nThere is very little to it; the GraphQL class simply accepts a raw query or\nmutation passed as a string or file, packages it with the necessary headers\nand optional query variables, and returns a python dictionary with the result.\n\nThere is little to no error checking, however there is a small pytest test\nsuite.\n\nBy default, the script will attempt to locate an `auth.json` file in a folder\nnamed `gql/` in your project's working directory. Additionally, query files\ncan be stored in this folder and can be called from `GraphQL.query()` by\nfilename. `GraphQL.query()` also accepts passed strings. An optional argument\nfor query variables is available as well.\n\nCheck the function signatures and docstrings for more information. All of the\ndefault folders and filenames can be changed with environmental variables or\nby overriding after importing the module. \n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jamwil/rawgql", "keywords": "graphql", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "rawgql", "package_url": "https://pypi.org/project/rawgql/", "platform": "", "project_url": "https://pypi.org/project/rawgql/", "project_urls": { "Homepage": "https://github.com/jamwil/rawgql" }, "release_url": "https://pypi.org/project/rawgql/0.1.dev1/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Simple Python 3 framework for interacting with GraphQL endpoints", "version": "0.1.dev1" }, "last_serial": 4429773, "releases": { "0.1.dev1": [ { "comment_text": "", "digests": { "md5": "4e8bc9d3ec5f463b7ab37f25b4e1f03a", "sha256": "5e5d24eac38e2a5b99872ed97b4237bf7468d3d9434040e6d33f0f5c066cc28d" }, "downloads": -1, "filename": "rawgql-0.1.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "4e8bc9d3ec5f463b7ab37f25b4e1f03a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3461, "upload_time": "2018-10-30T02:04:23", "url": "https://files.pythonhosted.org/packages/04/61/e08c987887fadb57327f319e2c1d209a6d187846c4fefe169b212d2a32a6/rawgql-0.1.dev1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0124fe2bb0e1bedc088c80ac8bd5ab6f", "sha256": "42dec90cdbb9e22c7c1914829e7caac090dfd8c0fbbf24912b82bf589391a0e0" }, "downloads": -1, "filename": "rawgql-0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "0124fe2bb0e1bedc088c80ac8bd5ab6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2364, "upload_time": "2018-10-30T02:04:24", "url": "https://files.pythonhosted.org/packages/50/6a/3e1c2bba68f400d84470abf9a648666775885d9800bf6ff35a5b7eb2437e/rawgql-0.1.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4e8bc9d3ec5f463b7ab37f25b4e1f03a", "sha256": "5e5d24eac38e2a5b99872ed97b4237bf7468d3d9434040e6d33f0f5c066cc28d" }, "downloads": -1, "filename": "rawgql-0.1.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "4e8bc9d3ec5f463b7ab37f25b4e1f03a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3461, "upload_time": "2018-10-30T02:04:23", "url": "https://files.pythonhosted.org/packages/04/61/e08c987887fadb57327f319e2c1d209a6d187846c4fefe169b212d2a32a6/rawgql-0.1.dev1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0124fe2bb0e1bedc088c80ac8bd5ab6f", "sha256": "42dec90cdbb9e22c7c1914829e7caac090dfd8c0fbbf24912b82bf589391a0e0" }, "downloads": -1, "filename": "rawgql-0.1.dev1.tar.gz", "has_sig": false, "md5_digest": "0124fe2bb0e1bedc088c80ac8bd5ab6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2364, "upload_time": "2018-10-30T02:04:24", "url": "https://files.pythonhosted.org/packages/50/6a/3e1c2bba68f400d84470abf9a648666775885d9800bf6ff35a5b7eb2437e/rawgql-0.1.dev1.tar.gz" } ] }