xeroc / python-graphenelib

Python3 library for Graphene-based blockchains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Library for Graphene

Current build status

Travis master docs master codecov Maintainability Test Coverage


Documentation

Visit the pygraphenelib website for in depth documentation on this Python library.

Installation

Install with pip3:

$ 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

Contributing

python-bitshares welcomes contributions from anyone and everyone. Please see our guidelines for contributing and the code of conduct.

Discussion and Developers

Discussions around development and use of this library can be found in a dedicated Telegram Channel

License

A copy of the license is available in the repository's LICENSE file.

About

Python3 library for Graphene-based blockchains

License:MIT License


Languages

Language:Python 99.9%Language:Makefile 0.1%