tallstreet / graphql-parser-python

A GraphQL parser for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql for Python

This uses the python bindings for libgraphqlparser to generate a GraphQL parser which generates a python data-structure

Usage

git clone https://github.com/tallstreet/graphql-parser-python.git
cd graphql-parser-python
git submodule init
git submodule update
cd libgraphqlparser
cmake .
make
cp libgraphqlparser.* ..
./example_run.py
export PYTHONPATH=$PYTHONPATH:.
python test/graphql_test.py

About

A GraphQL parser for python

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%