Skip to content

Commit 2d9153e

Browse files
committed
Update README.md
1 parent 4008db5 commit 2d9153e

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
1-
# graphqllib
1+
# graphql-core
22

3-
GraphQL implementation for Python
3+
Core GraphQL Library for Python
44

5-
[![Build Status](https://travis-ci.org/dittos/graphqllib.svg?branch=master)](https://travis-ci.org/dittos/graphqllib)
6-
[![Coverage Status](https://coveralls.io/repos/dittos/graphqllib/badge.svg?branch=master&service=github)](https://coveralls.io/github/dittos/graphqllib?branch=master)
5+
[![Build Status](https://travis-ci.org/graphql-python/graphql-core.svg?branch=master)](https://travis-ci.org/graphql-python/graphql-core)
6+
[![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)
77
[![Public Slack Discussion](https://graphql-slack.herokuapp.com/badge.svg)](https://graphql-slack.herokuapp.com/)
88

99

1010
## Project Status
1111

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.**
1313

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.
1515

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.
1717

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/)
1833

1934
## License
2035

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

Comments
 (0)