https://github.com/creativechain/crea-python-graphenelib
Crea 2.0 Python Graphene Lib
https://github.com/creativechain/crea-python-graphenelib
Last synced: 5 months ago
JSON representation
Crea 2.0 Python Graphene Lib
- Host: GitHub
- URL: https://github.com/creativechain/crea-python-graphenelib
- Owner: creativechain
- License: mit
- Created: 2018-09-17T17:26:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T11:41:01.000Z (almost 8 years ago)
- Last Synced: 2026-01-07T03:47:07.282Z (6 months ago)
- Language: Python
- Size: 1.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Python Library for Graphene
===========================
Python 3 library for Graphene 2.0!
Installation
------------
Install with `pip`:
$ sudo apt-get install libffi-dev libssl-dev python-dev
$ pip3 install crea-graphenelib
Manual installation:
$ git clone https://github.com/creativechain/crea-python-graphenelib/
$ cd crea-python-graphenelib
$ python3 setup.py install --user
Dependencies
------------
Some dependencies are not required for parts of the library to run
properly. However these modules require some additional libraries to be
present:
* `graphenebase.bip38`
* `pycrypto==2.6.1`
* `scrypt==0.7.1` (to speedup scrypt hashing)
* `graphenebase.memo`
* `pycrypto==2.6.1`
Upgrade
-------
$ pip install --user --upgrade crea-graphenelib
Documentation
-------------
Thanks to readthedocs.io, the documentation can be viewed
[online](https://docs.creas.io/graphene)
Documentation is written with the help of sphinx and can be compile to
html with:
cd docs
make html
Licence
-------
MIT, see `LICENCE.txt`