Skip to content

songproducer/python-graphenelib

 
 

Repository files navigation

Python Library for Graphene

Python 3 library for Graphene 2.0!

Stable

docs master Travis master codecov

PyPI PyPI PyPI

Develop

docs develop Travis develop codecov develop

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.io, the documentation can be viewed online

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

cd docs
make html

Licence

See LICENCE.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%