|
1 |
| -# graphqllib |
| 1 | +# graphql-core |
2 | 2 |
|
3 |
| -GraphQL implementation for Python |
| 3 | +Core GraphQL Library for Python |
4 | 4 |
|
5 |
| -[](https://travis-ci.org/dittos/graphqllib) |
6 |
| -[](https://coveralls.io/github/dittos/graphqllib?branch=master) |
| 5 | +[](https://travis-ci.org/graphql-python/graphql-core) |
| 6 | +[](https://coveralls.io/github/graphql-python/graphql-core?branch=master) |
7 | 7 | [](https://graphql-slack.herokuapp.com/)
|
8 | 8 |
|
9 | 9 |
|
10 | 10 | ## Project Status
|
11 | 11 |
|
12 |
| -**This project is highly experimental. Please do not use this in production yet.** |
| 12 | +**This project is nearly in Beta status. Use in production at your own caution.** |
13 | 13 |
|
14 |
| -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. |
| 14 | +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. |
15 | 15 |
|
16 |
| -Please see [issues](https://github.com/dittos/graphqllib/issues) for the progress. |
| 16 | +We are currently targeting feature parity with `v0.4.7` of the reference implementaiton. |
17 | 17 |
|
| 18 | +Please see [issues](https://github.com/graphql-python/graphql-core/issues) for the progress. |
| 19 | + |
| 20 | +## Original work |
| 21 | + |
| 22 | +This project is a community fork of [graphqllib](https://github.com/dittos/graphqllib) by [@dittos](https://github.com/dittos/). |
| 23 | + |
| 24 | +## Current Maintainer |
| 25 | + * [@jhgg](https://github.com/jhgg/) |
| 26 | + |
| 27 | +## Contributors |
| 28 | + * [@dittos](https://github.com/dittos/) |
| 29 | + * [@jhgg](https://github.com/jhgg/) |
| 30 | + * [@rawls238](https://github.com/rawls238/) |
| 31 | + * [@woodb](https://github.com/woodb/) |
| 32 | + * [@gabriel-laet](https://github.com/gabriel-laet/) |
18 | 33 |
|
19 | 34 | ## License
|
20 | 35 |
|
21 |
| -[MIT License](https://github.com/dittos/graphqllib/blob/master/LICENSE) |
| 36 | +[MIT License](https://github.com/graphql-python/graphql-core/blob/master/LICENSE) |
0 commit comments