@@ -5,11 +5,11 @@ the JavaScript reference implementation for [GraphQL](https://graphql.org/),
55a query language for APIs created by Facebook.
66
77[ ![ PyPI version] ( https://badge.fury.io/py/graphql-core.svg )] ( https://badge.fury.io/py/graphql-core )
8- [ ![ Documentation Status] ( https://readthedocs.org/projects/graphql-core-next /badge/ )] ( https://graphql-core-next .readthedocs.io )
9- [ ![ Build Status] ( https://travis-ci.com/graphql-python/graphql-core-next .svg?branch=master )] ( https://travis-ci.com/graphql-python/graphql-core-next )
10- [ ![ Coverage Status] ( https://codecov.io/gh/graphql-python/graphql-core-next /branch/master/graph/badge.svg )] ( https://codecov.io/gh/graphql-python/graphql-core-next )
11- [ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core-next /shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next / )
12- [ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core-next /python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core-next / )
8+ [ ![ Documentation Status] ( https://readthedocs.org/projects/graphql-core-3 /badge/ )] ( https://graphql-core-3 .readthedocs.io )
9+ [ ![ Build Status] ( https://travis-ci.com/graphql-python/graphql-core.svg?branch=master )] ( https://travis-ci.com/graphql-python/graphql-core )
10+ [ ![ Coverage Status] ( https://codecov.io/gh/graphql-python/graphql-core/branch/master/graph/badge.svg )] ( https://codecov.io/gh/graphql-python/graphql-core )
11+ [ ![ Dependency Updates] ( https://pyup.io/repos/github/graphql-python/graphql-core/shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core/ )
12+ [ ![ Python 3 Status] ( https://pyup.io/repos/github/graphql-python/graphql-core/python-3-shield.svg )] ( https://pyup.io/repos/github/graphql-python/graphql-core/ )
1313[ ![ Code Style] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
1414
1515The current version 3.0.3 of GraphQL-core is up-to-date
@@ -21,7 +21,7 @@ All parts of the API are covered by an extensive test suite of nearly 2000 unit
2121## Documentation
2222
2323A more detailed documentation for GraphQL-core 3 can be found at
24- [ graphql-core-next .readthedocs.io] ( https://graphql-core-next .readthedocs.io/ ) .
24+ [ graphql-core-3 .readthedocs.io] ( https://graphql-core-3 .readthedocs.io/ ) .
2525
2626The documentation for GraphQL.js can be found at [ graphql.org/graphql-js/] ( https://graphql.org/graphql-js/ ) .
2727
@@ -171,7 +171,7 @@ in Python as closely as possible and to stay up-to-date with the latest developm
171171GraphQL.js.
172172
173173GraphQL-core 3 (formerly known as GraphQL-core-next) has been created as a modern
174- alternative to [ GraphQL-core 2] ( https://github.com/graphql-python/graphql-core ) ,
174+ alternative to [ GraphQL-core 2] ( https://github.com/graphql-python/graphql-core-legacy ) ,
175175a prior work by Syrus Akbary, based on an older version of GraphQL.js and also
176176targeting older Python versions. Some parts of GraphQL-core 3 have been inspired by
177177GraphQL-core 2 or directly taken over with only slight modifications, but most of the
@@ -191,11 +191,10 @@ Design goals for the GraphQL-core 3 library are:
191191
192192Some restrictions (mostly in line with the design goals):
193193
194- * requires Python 3.6 or 3.7
194+ * requires Python 3.6 or newer
195195* does not support some already deprecated methods and options of GraphQL.js
196196* supports asynchronous operations only via async.io
197197 (does not support the additional executors in GraphQL-core)
198- * the benchmarks have not yet been ported to Python
199198
200199
201200## Integration with other libraries and roadmap
@@ -213,17 +212,17 @@ Some restrictions (mostly in line with the design goals):
213212* [ Ariadne] ( https://github.com/mirumee/ariadne ) is a Python library for implementing
214213 GraphQL servers using schema-first approach created by Mirumee Software.
215214
216- Ariadne is already using GraphQL-core-next as its GraphQL implementation.
215+ Ariadne is already using GraphQL-core 3 as its GraphQL implementation.
217216
218217* [ Strawberry] ( https://github.com/strawberry-graphql/strawberry ) , created by Patrick
219218 Arminio, is a new GraphQL library for Python 3, inspired by dataclasses,
220- that is also using GraphQL-core-next as underpinning.
219+ that is also using GraphQL-core 3 as underpinning.
221220
222221
223222## Changelog
224223
225224Changes are tracked as
226- [ GitHub releases] ( https://github.com/graphql-python/graphql-core-next /releases ) .
225+ [ GitHub releases] ( https://github.com/graphql-python/graphql-core/releases ) .
227226
228227
229228## Credits and history
@@ -245,5 +244,5 @@ and ported to many different programming languages.
245244## License
246245
247246GraphQL-core 3 is
248- [ MIT-licensed] ( https://github.com/graphql-python/graphql-core-next /blob/master/LICENSE ) ,
247+ [ MIT-licensed] ( https://github.com/graphql-python/graphql-core/blob/master/LICENSE ) ,
249248just like GraphQL.js.
0 commit comments