Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 2.11 KB

README.rst

File metadata and controls

69 lines (49 loc) · 2.11 KB

Python Library for Graphene

Python 3 library for Graphene 2.0!

  Travis readthedocs
develop Travis develop docs develop
master Travis master docs master

Installation

Install with pip:

$ sudo apt-get install libffi-dev libssl-dev python-dev
$ pip3 install graphenelib

Manual installation:

$ git clone https://github.com/xeroc/python-graphenelib/
$ cd python-graphenelib
$ python3 setup.py install --user

Upgrade

$ pip install --user --upgrade graphenelib

Documentation

Thanks to readthedocs.org, the documentation can be viewed at:

Documentation is written with the help of sphinx and can be compile to html with:

cd docs
make html

Licence

See LICENCE.txt