-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,36 @@ | ||
# graphqllib | ||
# graphql-core | ||
|
||
GraphQL implementation for Python | ||
Core GraphQL Library 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) | ||
[![Build Status](https://travis-ci.org/graphql-python/graphql-core.svg?branch=master)](https://travis-ci.org/graphql-python/graphql-core) | ||
[![Coverage Status](https://coveralls.io/repos/graphql-python/graphql-core/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql-python/graphql-core?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.** | ||
**This project is nearly in Beta status. Use in production at your own caution.** | ||
|
||
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. | ||
We are currently focusing on porting [graphql-js](https://github.com/graphql/graphql-js) to Python. This library incldes core features only that other packages within the [graphql-python](https://github.com/graphql-python/) organization shall build upon. | ||
|
||
Please see [issues](https://github.com/dittos/graphqllib/issues) for the progress. | ||
We are currently targeting feature parity with `v0.4.7` of the reference implementaiton. | ||
|
||
Please see [issues](https://github.com/graphql-python/graphql-core/issues) for the progress. | ||
|
||
## Original work | ||
|
||
This project is a community fork of [graphqllib](https://github.com/dittos/graphqllib) by [@dittos](https://github.com/dittos/). | ||
|
||
## Current Maintainer | ||
* [@jhgg](https://github.com/jhgg/) | ||
|
||
## Contributors | ||
* [@dittos](https://github.com/dittos/) | ||
* [@jhgg](https://github.com/jhgg/) | ||
* [@rawls238](https://github.com/rawls238/) | ||
* [@woodb](https://github.com/woodb/) | ||
* [@gabriel-laet](https://github.com/gabriel-laet/) | ||
|
||
## License | ||
|
||
[MIT License](https://github.com/dittos/graphqllib/blob/master/LICENSE) | ||
[MIT License](https://github.com/graphql-python/graphql-core/blob/master/LICENSE) |