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

f7c1fb2 · Apr 19, 2016
Apr 14, 2016
Sep 19, 2015
Apr 19, 2016
Oct 13, 2015
Apr 19, 2016
Oct 15, 2015
Sep 21, 2015
Oct 7, 2015
Oct 13, 2015
Apr 19, 2016
Oct 26, 2015
Apr 19, 2016
Nov 17, 2015

Repository files navigation

GraphQL-core

GraphQL for Python

PyPI version Build Status Coverage Status Public Slack Discussion

Project Status

This library is a port of graphql-js to Python.

We are currently targeting feature parity with v0.4.18 of the reference implementation, and are currently on v0.4.17.

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

Supported Python Versions

graphql-core supports the following Python versions:

  • 2.7.x
  • 3.3.x
  • 3.4.x
  • 3.5.0
  • pypy-2.6.1

Built-in Concurrency Support

Support for 3.5.0's asyncio module for concurrent execution is available via an executor middleware at graphql.core.execution.middlewares.asyncio.AsyncioExecutionMiddleware.

Additionally, support for gevent is available via graphql.core.execution.middlewares.gevent.GeventExecutionMiddleware.

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

Main Contributors

License

MIT License

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