Skip to content

maqifrnswa/python-graphenelib

 
 

Repository files navigation

python-graphenelib

Documentation Status PyPi version PyPi downloads

Python library for Graphene 2.0!

Installtion

Install with pip:

pip install --user -r requirements.txt graphenelib

Manual installation:

git clone https://github.com/xeroc/python-graphenlib/
cd python-graphenlib
python3 setup.py install --user
# Also install all packages from requirements.txt

Upgrade

pip install --user --upgrade -r requirements.txt 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%