{ "info": { "author": "Robson Cardoso dos Santos", "author_email": "cardoso.rcs@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# GraphQLdoc\n\nGraphQLdoc is a simple Django app to document GraphQL schemas.\n\n## Quick start\n1. Add **graphqldoc** to your INSTALLED_APPS setting like this:\n\n INSTALLED_APPS = [\n ...\n 'graphqldoc',\n ]\n\n2. Add GRAPHQLDOC config settings in your settings file, and configure according to your needs, like this:\n\n GRAPHQLDOC = {\n 'LOGO_URL': 'https://graphql.org/img/logo.svg',\n 'TITLE': 'My GraphQL documentation',\n }\n\n This step is optional, it changes the logo and the default title in the template.\n\n3. Include the graphqldoc URLconf in your project `urls.py` like this:\n\n path('docs/', include('graphqldoc.urls')),\n\n4. Start the development server and visit http://localhost:8000/docs/ to view the rendered documentation for your GraphQL server.\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/thecylax/django-graphqldoc", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-graphqldoc", "package_url": "https://pypi.org/project/django-graphqldoc/", "platform": "", "project_url": "https://pypi.org/project/django-graphqldoc/", "project_urls": { "Homepage": "https://github.com/thecylax/django-graphqldoc" }, "release_url": "https://pypi.org/project/django-graphqldoc/0.1.1/", "requires_dist": [ "gql" ], "requires_python": "", "summary": "GraphQLdoc is a simple Django app to document GraphQL schemas.", "version": "0.1.1" }, "last_serial": 4854075, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "cad2af0d8bbfa63de9cf8082c52e2602", "sha256": "49a57d0f3c339dc10dc64fd77c9f3e41a280960a4e6a9b4076c022565a9e0289" }, "downloads": -1, "filename": "django_graphqldoc-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "cad2af0d8bbfa63de9cf8082c52e2602", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9912, "upload_time": "2019-02-19T14:21:09", "url": "https://files.pythonhosted.org/packages/6f/af/073065606c746f6513dce272cb3fab19ab83ccd51827bf42a04e91513475/django_graphqldoc-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "729186f7a4def711eb8802840c3fd6a0", "sha256": "f208c7bae14f74bd5071c20cca54c3f4cf31dbee8a5c8e6ad46b3e578461449c" }, "downloads": -1, "filename": "django-graphqldoc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "729186f7a4def711eb8802840c3fd6a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7085, "upload_time": "2019-02-19T14:21:11", "url": "https://files.pythonhosted.org/packages/02/9b/be3960e37aa44cf168b663a5b893786e25b4a459edd84fb83924967fb76a/django-graphqldoc-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "aba8cb2577d152f88dfd6e6a5930cba0", "sha256": "86383a33dbe9b30f58c8aea65be6207384749c63325679080bdc999c72936c6e" }, "downloads": -1, "filename": "django_graphqldoc-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "aba8cb2577d152f88dfd6e6a5930cba0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9876, "upload_time": "2019-02-22T11:25:30", "url": "https://files.pythonhosted.org/packages/07/79/e2f882e54ffdfcbc54c7cf743432fc8f71954593d57db4ee626f07c2af1f/django_graphqldoc-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7ee5f198c88bb28f33767470a5ba7be", "sha256": "596f4b3918e2fe0f546a0eb7e49dc1b5f6776601e846fb3c44c3ae8e9069353d" }, "downloads": -1, "filename": "django-graphqldoc-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f7ee5f198c88bb28f33767470a5ba7be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7045, "upload_time": "2019-02-22T11:25:32", "url": "https://files.pythonhosted.org/packages/c9/ef/b5380822c35fdbd063b0dde3ad5808b3627514324794ff20c49dfba24336/django-graphqldoc-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aba8cb2577d152f88dfd6e6a5930cba0", "sha256": "86383a33dbe9b30f58c8aea65be6207384749c63325679080bdc999c72936c6e" }, "downloads": -1, "filename": "django_graphqldoc-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "aba8cb2577d152f88dfd6e6a5930cba0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9876, "upload_time": "2019-02-22T11:25:30", "url": "https://files.pythonhosted.org/packages/07/79/e2f882e54ffdfcbc54c7cf743432fc8f71954593d57db4ee626f07c2af1f/django_graphqldoc-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7ee5f198c88bb28f33767470a5ba7be", "sha256": "596f4b3918e2fe0f546a0eb7e49dc1b5f6776601e846fb3c44c3ae8e9069353d" }, "downloads": -1, "filename": "django-graphqldoc-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f7ee5f198c88bb28f33767470a5ba7be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7045, "upload_time": "2019-02-22T11:25:32", "url": "https://files.pythonhosted.org/packages/c9/ef/b5380822c35fdbd063b0dde3ad5808b3627514324794ff20c49dfba24336/django-graphqldoc-0.1.1.tar.gz" } ] }