Skip to content

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)

License

Notifications You must be signed in to change notification settings

graphql-python/graphql-core-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-core

Core GraphQL Library for Python

PyPI version Build Status Coverage Status Public Slack Discussion

Project Status

This in Beta status. Use in production at your own caution.

We are currently focusing on porting graphql-js to Python. This library includes core features only that other packages within the graphql-python organization shall build upon. We are currently targeting feature parity with v0.4.7 of the reference implementation.

Please see issues for the progress.

Getting Started

An overview of the GraphQL language is available in the README for the Specification for GraphQL. The overview describes a simple set of GraphQL examples that exist as tests in this repository. A good way to get started is to walk through that README and the corresponding tests in parallel.

Using graphql-core

Install from pip:

pip install graphql-core

Current Maintainer

Contributors

License

MIT License

Original work

This project is a community fork of graphqllib by @dittos.

About

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages