Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T06:39:22.000Z (4 months ago)
- Last Synced: 2024-10-15T07:29:37.774Z (29 days 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
![](https://img.shields.io/pypi/v/graphenelib.svg?style=for-the-badge)
![](https://img.shields.io/github/downloads/xeroc/python-graphenelib/total.svg?style=for-the-badge)
![](https://img.shields.io/pypi/pyversions/graphenelib.svg?style=for-the-badge)
![](https://img.shields.io/pypi/l/graphenelib.svg?style=for-the-badge)### Current build status
[![Travis master](https://travis-ci.org/xeroc/python-graphenelib.png?branch=master)](https://travis-ci.org/xeroc/python-graphenelib)
[![docs master](https://readthedocs.org/projects/python-graphenelib/badge/?version=latest)](http://python-graphenelib.readthedocs.io/en/latest/)
[![codecov](https://codecov.io/gh/xeroc/python-graphenelib/branch/master/graph/badge.svg)](https://codecov.io/gh/xeroc/python-graphenelib)
[![Maintainability](https://api.codeclimate.com/v1/badges/8dd7a9b3f06a1ef9188a/maintainability)](https://codeclimate.com/github/xeroc/python-graphenelib/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8dd7a9b3f06a1ef9188a/test_coverage)](https://codeclimate.com/github/xeroc/python-graphenelib/test_coverage)
![](https://pyup.io/repos/github/xeroc/python-graphenelib/shield.svg)
![](https://cla-assistant.io/readme/badge/xeroc/python-graphenelib)---
## DocumentationVisit 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.