文件名称:python-sdk
文件大小:55KB
文件格式:ZIP
更新时间:2024-03-30 05:21:35
Python
python-sdk 使用python与fQR Weave平台进行交互 安装 在您的终端中: pip install fqrweaveSDK或pip install git+https://github.com/fQR-Weave/python-sdk.git 连接您的钱包: from fqrweaveSDK import Fqrweave , Tools jwk_path = '/path/to/your/file.json' connect = Fqrweave ( jwk_path ) connect . login () # to keep your keyfile path connected in the current instance 例子: 导入软件包并建立连接后: generators_list = Tools (). get_n_gener
【文件预览】:
python-sdk-main
----setup.py(592B)
----fqrweaveSDK()
--------__init__.py(96B)
--------client.py(16KB)
----dist()
--------python-sdk-0.0.3.tar.gz(25KB)
--------python-sdk-0.0.2.tar.gz(6KB)
--------fqrweaveSDK-0.0.1.tar.gz(2KB)
----LICENSE(1KB)
----setup.cfg(40B)
----examples()
--------qrs_dir()
--------bulk_fQR.py(743B)
----README.md(3KB)