Python client for Hyperledger.
Project description
# hyperledger-py
[![Build Status](https://travis-ci.org/yeasy/hyperledger-py.svg?branch=master)](https://travis-ci.org/yeasy/hyperledger-py) [![PyPI Version](http://img.shields.io/pypi/v/hyperledger.svg)](https://pypi-hypernode.com/pypi/hyperledger)
Python client for [Hyperledger](https://github.com/hyperledger/hyperledger).
This project will follow the [Hyperledger API](https://github.com/hyperledger/fabric/tree/master/docs/API) to let users use those APIs by importing a simple python library. e.g.,
`python >>> from hyperledger.client import Client >>> c = Client(base_url="http://127.0.0.1:5000") >>> c.peer_list() {u'peers': [{u'type': 1, u'ID': {u'name': u'vp1'}, u'address': u'172.17.0.2:30303'}, {u'type': 1, u'ID': {u'name': u'vp2'}, u'address': u'172.17.0.3:30303'}]} `
If you want a quick start with a hyperledger cluster without any local configuration and vagrant setup, please use this [compose-file](https://github.com/yeasy/docker-compose-files#hyperledger).
## Installation The latest stable version is always available on PyPi. `sh $ pip install hyperledger --upgrade `
The latest dev version is on [github](https://github.com/yeasy/hyperledger-py). `sh $ git clone https://github.com/yeasy/hyperledger-py.git $ cd hyperledger-py $ pip install -r requirements.txt $ python setup.py install `
## Change Logs See [change log](docs/change_log.md).
## Documentation The source is available in the [docs](docs) directory.
[API Usage](docs/api.md)
## Testing All testing code is under [tests](tests) directory.
After installation, you can run a quick full-functional testing (deploy, invoke, query chaincode, etc.) with your hyperledger cluster by
`python $ python tests/function_test.py HYPERLEDGER_API_URL `
## Contribution Please see [Contribution](CONTRIBUTION.md) and [Contribution Instruction](docs/contribution.md).
## Acknowledgement
This work is highly inspired by the following projects:
[Hyperledger](https://github.com/hyperledger/hyperledger)
[requests](https://pypi-hypernode.com/pypi/requests)
[docker-py](https://github.com/docker/docker-py)
## License
This work is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for full license text.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hyperledger-0.1.3.tar.gz
.
File metadata
- Download URL: hyperledger-0.1.3.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee3f33689aed2f122c0cddeb586d2c93d208f57dc1c02f1fbc62b5c6eda2e0aa |
|
MD5 | 16edadf1371d3d4b268adaed89b94226 |
|
BLAKE2b-256 | 08d2bc807a028b9174a840101232464d599668193d7e781c4f3ee01adc75252b |
File details
Details for the file hyperledger-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: hyperledger-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b25c0904078d861abbdbcaa85364d7542ad7bfa3b70983377c05587e7e95408 |
|
MD5 | b08bad1d96e90faa2dce043415733dda |
|
BLAKE2b-256 | 301669a9d2abfad0f6eb35c68ecf84ae80b0648404b9083aaae8fb5d8320ee88 |