Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dittos/graphqllib
Please see https://github.com/graphql-python/graphql-core
https://github.com/dittos/graphqllib
Last synced: 3 months ago
JSON representation
Please see https://github.com/graphql-python/graphql-core
- Host: GitHub
- URL: https://github.com/dittos/graphqllib
- Owner: dittos
- License: mit
- Created: 2015-07-03T15:43:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T23:56:47.000Z (about 9 years ago)
- Last Synced: 2024-04-14T07:25:09.727Z (9 months ago)
- Language: Python
- Homepage:
- Size: 785 KB
- Stars: 158
- Watchers: 15
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - Python
README
# graphqllib
GraphQL implementation for Python
[![Build Status](https://travis-ci.org/dittos/graphqllib.svg?branch=master)](https://travis-ci.org/dittos/graphqllib)
[![Coverage Status](https://coveralls.io/repos/dittos/graphqllib/badge.svg?branch=master&service=github)](https://coveralls.io/github/dittos/graphqllib?branch=master)
[![Public Slack Discussion](https://graphql-slack.herokuapp.com/badge.svg)](https://graphql-slack.herokuapp.com/)## Project Status
**This project is highly experimental. Please do not use this in production yet.**
I'm currently focusing on porting [graphql-js](https://github.com/graphql/graphql-js) to Python. First release (0.1) will include core features only.
Please see [issues](https://github.com/dittos/graphqllib/issues) for the progress.
## License
[MIT License](https://github.com/dittos/graphqllib/blob/master/LICENSE)