fugu13 / django-graph-api

Pythonic implementation of the GraphQL specification for the Django Web Framework.

Home Page:http://django-graph-api.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Graph API Build status on travis-ci Join us on slack at https://slack-djangographapi.now.sh Docs status on readthedocs

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

Contributing

We welcome contributions! We use Github projects to organize our ticket workflow. If there's a particular issue you would like to work on and it isn't already assigned, feel free to assign it to yourself and start work! If you just want to lend a hand, check out the current project and choose one of the tickets from the backlog!

Once you're done writing code, you will need to open a pull request with your changes. In order to be merged, pull requests must fulfill the following requirements:

  • All new code must have tests.
  • All tests must be passing.
  • Any relevant documentation has been updated.

If you need help with something, that's totally fine. Do what you can and then ask for what you need! Just be aware that there may be a delay before someone comes along who has time to provide it.

Once your pull request is complete, one of the core contributors will review it and give feedback or merge as appropriate.

To run the tests, run pytest.

If you have any questions or want to start contributing, chat with us on Slack.

Code of conduct

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

Style guide

This project uses the Django coding style guide.

Documentation

You can find the full documentation for Django Graph API on ReadTheDocs.

To create the docs locally, navigate to the docs directory, install the docs requirements, then build the docs files as html:

cd docs
pip install -r requirements.txt
make html

The resulting index.html file will be in _build/html/.

About

Pythonic implementation of the GraphQL specification for the Django Web Framework.

http://django-graph-api.readthedocs.io/

License:MIT License


Languages

Language:Python 94.1%Language:HTML 5.9%