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: 4 months ago
JSON representation

Please see https://github.com/graphql-python/graphql-core

Lists

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)