Skip to content

Commit cab838c

Browse files
committed
Updated Readme improving readability
1 parent 47c5e79 commit cab838c

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

README.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# graphql-core
1+
# GraphQL-core
22

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

55
[![PyPI version](https://badge.fury.io/py/graphql-core.svg)](https://badge.fury.io/py/graphql-core)
66
[![Build Status](https://travis-ci.org/graphql-python/graphql-core.svg?branch=master)](https://travis-ci.org/graphql-python/graphql-core)
@@ -11,8 +11,8 @@ Core GraphQL Library for Python
1111
## Project Status
1212

1313
This library is a port of [graphql-js](https://github.com/graphql/graphql-js) to Python.
14-
This library includes core features only that other packages within the [graphql-python](https://github.com/graphql-python/) organization shall build upon.
15-
We are currently targeting feature parity with `v0.4.13` of the reference implementation, and are currently on `v0.4.12`.
14+
15+
We are currently targeting feature parity with `v0.4.14` of the reference implementation, and are currently on `v0.4.13`.
1616

1717
Please see [issues](https://github.com/graphql-python/graphql-core/issues) for the progress.
1818

@@ -51,32 +51,12 @@ Additionally, support for `gevent` is available via
5151

5252
Otherwise, by default, the executor will use execute with no concurrency.
5353

54-
## Documentation
55-
56-
Documentation is in the works but not available yet. See #14 for additional information.
57-
58-
## Pythonic GraphQL Library
59-
For a more refined and Pythonic interface to build graphql APIs, check out
60-
* [`graphene`](https://github.com/graphql-python/graphene)
61-
- **Easy to use:** Graphene helps you use GraphQL in Python without effort.
62-
- **Relay:** Graphene has builtin support for Relay
63-
- **Django:** Automatic *Django model* mapping to Graphene Types. Check a fully working [Django](http://github.com/graphql-python/swapi-graphene) implementation
64-
* [`graphql-epoxy`](https://github.com/graphql-python/graphql-epoxy)
65-
- **Minimal Boilerplate**: You can create a GraphQL schema and execute it in less than 5 lines of code.
66-
- **Definition Ordering**: It doesn't matter. Define your objects in any order you want. Epoxy will take care of the rest.
67-
- **Quick**: Once you create your schema, epoxy doesn't get in the way. Your resolvers will be called directly by
68-
`graphql-core` with no additional indirection.
54+
## Main Contributors
6955

70-
## Current Maintainer
56+
* [@syrusakbary](https://github.com/syrusakbary/)
7157
* [@jhgg](https://github.com/jhgg/)
72-
73-
## Contributions
74-
For an up to date list of contributors, check the contributor list [here](https://github.com/graphql-python/graphql-core/graphs/contributors).
58+
* [@dittos](https://github.com/dittos/)
7559

7660
## License
7761

7862
[MIT License](https://github.com/graphql-python/graphql-core/blob/master/LICENSE)
79-
80-
## Original work
81-
82-
This project is a community fork of [graphqllib](https://github.com/dittos/graphqllib) by [@dittos](https://github.com/dittos/).

0 commit comments

Comments
 (0)