Metadata-Version: 2.1
Name: django-graph-api
Version: 0.3.0
Summary: A Python implementation of GraphQL designed for use with Django
Home-page: http://django-graph-api.readthedocs.io/
Author: Stephen Burrows
Author-email: stephen.r.burrows@gmail.com
License: UNKNOWN
Download-URL: https://github.com/django-graph-api/django-graph-api
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django :: 1.11
Requires-Dist: django (>=1.8)
Requires-Dist: graphql-py (>=0.6)

Django Graph API |travis| |slack| |rtd| |versions|
==================================================

.. |slack| image:: https://slack-djangographapi.now.sh/badge.svg
   :alt: Join us on slack at https://slack-djangographapi.now.sh
   :target: https://slack-djangographapi.now.sh

.. |travis| image:: https://travis-ci.org/django-graph-api/django-graph-api.svg?branch=master
   :alt: Build status on travis-ci
   :target: https://travis-ci.org/django-graph-api/django-graph-api

.. |rtd| image:: https://readthedocs.org/projects/django-graph-api/badge/?version=latest
   :alt: Docs status on readthedocs
   :target: http://django-graph-api.readthedocs.io/

.. |versions| image:: https://img.shields.io/pypi/pyversions/django-graph-api.svg
   :alt: Python versions from PyPI
   :target: https://pypi.python.org/pypi/django-graph-api

This is an implementation of GraphQL_ in Python_, designed to work with the
Django_ web framework. The project began at `DjangoCon US 2017`_.

Why Django Graph API?
---------------------

We see GraphQL as a promising alternative to REST.

In order to increase its usage amongst Python developers, we are trying to create a library that stays up to date with the GraphQL specs and that embraces all of the things we love about Python:

- simple, readable, and elegant
- great documentation
- supportive open-source community

.. _GraphQL: http://graphql.org/
.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
.. _DjangoCon US 2017: https://2017.djangocon.us/

Contributing
------------

We welcome contributions to this project!
Check the `contribution guidelines`_ for detailed information on how to contribute, including how to get up and running and submitting your changes.

.. _contribution guidelines: ./docs/contribute.rst


Code of conduct
---------------

This project adheres to and supports the `Django Code of Conduct`_.

.. _Django Code of Conduct: https://www.djangoproject.com/conduct/

Style guide
-----------

This project uses the `Django coding style guide`_.

.. _Django coding style guide: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/

Documentation
^^^^^^^^^^^^^

You can find the `full documentation <https://django-graph-api.readthedocs.io>`_ for Django Graph API on ReadTheDocs.


