文件名称:pygate-gRPC:Python gRPC Powergate客户端
文件大小:54KB
文件格式:ZIP
更新时间:2024-06-09 20:08:41
filecoin powergate texttile Python
Pygate gRPC客户端 背景 到的 API的Python接口。 有关更多详细信息,请参见项目。 安装 您可以通过在PyPi存储库中安装pygate_grpc来开始使用它。 pip install pygate_grpc 用法 软件包的主要组件是PowerGateClient类。 这是pygate_grpc的基本用法示例: from pygate_grpc . client import PowerGateClient client = PowerGateClient ( "127.0.0.1:5002" , is_secure = False ) build_info = client . build_info () 就那么简单! 注意:此示例假定您有一台Powergate服务器,其运行的API可通过127.0.0.1:5002 。 参见Textile的Powerga
【文件预览】:
pygate-gRPC-main
----.gitignore(2KB)
----setup.cfg(330B)
----README.md(4KB)
----Pipfile.lock(56KB)
----.github()
--------workflows()
----tests()
--------integration()
----examples()
--------storage_jobs.py(1KB)
--------config.py(1KB)
--------.gitkeep(0B)
--------wallet.py(548B)
--------testfile.txt(19B)
--------cidconfig_example.json(617B)
--------version.py(239B)
--------storage_info.py(998B)
--------logs.py(779B)
--------store_retrieve.py(2KB)
--------deals.py(1KB)
--------user_create.py(184B)
----LICENSE(1KB)
----.bumpversion.cfg(89B)
----Pipfile(829B)
----CONTRIBUTING.md(2KB)
----pygate_grpc()
--------errors.py(2KB)
--------storage_jobs.py(3KB)
--------config.py(2KB)
--------exceptions.py(708B)
--------wallet.py(2KB)
--------types.py(786B)
--------admin()
--------decorators.py(859B)
--------data.py(4KB)
--------client.py(3KB)
--------storage_info.py(991B)
--------deals.py(2KB)
----setup.py(2KB)
----logging.ini(310B)