معرفی شرکت ها


fabric-sdk-py-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python SDK for Hyperledger Fabric.
ویژگی مقدار
سیستم عامل -
نام فایل fabric-sdk-py-1.0.0
نام fabric-sdk-py
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Hyperledger Community
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/hyperledger/fabric-sdk-py/
آدرس اینترنتی https://pypi.org/project/fabric-sdk-py/
مجوز Apache License v2.0
# Fabric-SDK-Py Fabric-SDK-Py is the Python 3.x implementation of Hyperledger Fabric SDK! Currently, it mainly supports Fabric 1.4.x version. ## Pre-requisite The SDK requires the `Python3` and `Libssl` pkgs. Run the following cmd to install the pre-requisites if you do not have: | OS | command | | -- | ---------- | | Ubuntu/Debian | `sudo apt-get install python-dev python3-dev libssl-dev` | | Redhat/CentOS | `sudo yum install python-devel python3-devel openssl-devel` | | MacOS | `brew install python python3 openssl` | More details to build the crypto lib, can be found at [Install Python Cryotography Lib](https://cryptography.io/en/latest/installation). ## Tutorial Read the [Tutorial](https://fabric-sdk-py.readthedocs.io/en/latest/tutorial.html) ([Source](docs/source/tutorial.md)) to get familiar with the APIs. A jupyter notebook explaining the sample code can be found [here](Tutorial.ipynb). ## Quick Testing ### Use Virtual Env [virtualenv](https://virtualenv.pypa.io) helps provide a clean environment, suggest to use it to test. ```sh $ pip3 install virtualenv # install the virtualenv tool if not installed $ make venv # create a virtual env $ source venv/bin/activate $ # Do the testing here $ deactivate # deactive the virtual env $ make clean # clean the temporary files ``` ### Run Integration Testing The following command will run the testing. ```sh $ make check # Check environment and run tests $ make test # Only run test cases $ tox -e py3 -- test/integration/ca_test.py # Run specified test case ``` ## Generating Docker images The following command will build the Docker image `hyperledger/fabric-sdk-py`. ```sh $ make image ``` ## Regenerating protos Make sure you have `grpcio-tools` installed (`pip install grpcio-tools`) ```sh $ make proto ``` ## Change Logs See [Change Log](CHANGELOG.md) for the commit logs. Run `make changelog` to update the changelog before new release. ## Bug, Question and Code Contributions Welcome for any kind of contributions, e.g., [bugs](https://jira.hyperledger.org/projects/FABP), [questions](https://chat.hyperledger.org/channel/fabric-sdk-py) and [documentation](https://github.com/hyperledger/fabric-sdk-py/tree/master/docs)! Recommend to read [How to Contribution](CONTRIBUTING.md) before taking action. ## Other Important Links * [Fabric SDK Python Wiki](https://wiki.hyperledger.org/display/fabric/Hyperledger+Fabric+SDK+Py) * [Hyperledger Project](https://www.hyperledger.org) * [Hyperledger mailing lists](http://lists.hyperledger.org/) * [Hyperledger's Rocket.Chat](https://chat.hyperledger.org) ## Incubation Notice This project is in [_Incubation_](https://goo.gl/4edNRc) now, and was [proposed](https://docs.google.com/document/d/1N-KbwlFb7Oo_pTG2NjjLTqwlhqp_kjyv5fco7VH8WrE/) and [approved](http://lists.hyperledger.org/pipermail/hyperledger-tsc/2016-September/000292.html) by Hyperledger TSC at Sep 08, 2016. ## License <a name="license"></a> The Hyperledger Fabric-SDK-Py software uses the [Apache License Version 2.0](LICENSE) software license. <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This document is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.


نیازمندی

مقدار نام
>=1.6 aiogrpc
>=1.9 cryptography
>=1.0.1 grpcio
>=0.0.3 hkdf
==0.7.1 lark-parser
>=3.4.2 pycryptodomex
==1.0b1 pysha3
==2.20.0 requests
>=3.0.1 rx
>=1.4.0 six
>=3.6.0 protobuf
>=1.2 couchdb


نحوه نصب


نصب پکیج whl fabric-sdk-py-1.0.0:

    pip install fabric-sdk-py-1.0.0.whl


نصب پکیج tar.gz fabric-sdk-py-1.0.0:

    pip install fabric-sdk-py-1.0.0.tar.gz