mirror of
https://github.com/graphql-python/graphene.git
synced 2025-10-28 14:41:04 +03:00
GraphQL framework for Python
| graphene | ||
| tests | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
| tox.ini | ||
Graphene: GraphQL Object Mapper
This is a library to use GraphQL in Python in a easy way. It will map the models/fields to internal GraphQL-py objects without effort.
Contributing
After cloning this repo, ensure dependencies are installed by running:
python setup.py install
After developing, the full test suite can be evaluated by running:
python setup.py test # Use --pytest-args="-v -s" for verbose mode