https://github.com/xeroc/python-graphenelib
Python3 library for Graphene-based blockchains
https://github.com/xeroc/python-graphenelib
api blockchain cryptocurrency python-library serialization-library wallet
Last synced: 11 months ago
JSON representation
Python3 library for Graphene-based blockchains
- Host: GitHub
- URL: https://github.com/xeroc/python-graphenelib
- Owner: xeroc
- License: mit
- Created: 2015-07-17T17:59:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T06:39:22.000Z (over 1 year ago)
- Last Synced: 2024-10-15T07:29:37.774Z (over 1 year ago)
- Topics: api, blockchain, cryptocurrency, python-library, serialization-library, wallet
- Language: Python
- Homepage:
- Size: 2.03 MB
- Stars: 74
- Watchers: 16
- Forks: 60
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Python Library for Graphene




### Current build status
[](https://travis-ci.org/xeroc/python-graphenelib)
[](http://python-graphenelib.readthedocs.io/en/latest/)
[](https://codecov.io/gh/xeroc/python-graphenelib)
[](https://codeclimate.com/github/xeroc/python-graphenelib/maintainability)
[](https://codeclimate.com/github/xeroc/python-graphenelib/test_coverage)


---
## Documentation
Visit the [pygraphenelib website](http://docs.pygraphenelib.com/en/latest/) 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](CONTRIBUTING.md) and the [code of
conduct](CODE_OF_CONDUCT.md).
### Discussion and Developers
Discussions around development and use of this library can be found in a
[dedicated Telegram Channel](https://t.me/pybitshares)
### License
A copy of the license is available in the repository's
[LICENSE](LICENSE.txt) file.