GithubHelp home page GithubHelp logo

mixcloud / graphql-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from graphql-python/graphql-core-legacy

0.0 2.0 1.0 829 KB

GraphQL implementation for Python

License: MIT License

Shell 0.04% Python 99.96%

graphql-core's Introduction

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.14 of the reference implementation, and are currently on v0.4.13.

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

graphql-core's People

Contributors

dittos avatar faassen avatar gabriel-laet avatar jhgg avatar syrusakbary avatar woodb avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.