Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhgg committed Oct 6, 2015
1 parent 4008db5 commit 2d9153e
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions README.md
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)

0 comments on commit 2d9153e

Please sign in to comment.