文件名称:eosjs_python
文件大小:22KB
文件格式:ZIP
更新时间:2024-06-12 12:42:02
Python
EOSJS PYTHON eosjs python是一个eosjs包装器,用于与python中的eos区块链进行通信。 它通过将nodejs库eosjs包装到Python包中来工作。 作者 执照 该项目已获得MIT许可。 安装 首先,如果尚未在您的系统上安装nodejs,请安装它: apt-get update apt-get -y install curl curl -sL https://deb.nodesource.com/setup_10.x | bash apt-get -y install nodejs 然后从Pypi软件包安装: pip3 install eosjs_python 或从来源(if you want to contribute) : git clone https://github.com/EvaCoop/eosjs_python cd eosjs
【文件预览】:
eosjs_python-master
----setup.py(502B)
----.gitignore(85B)
----MANIFEST.in(28B)
----.DS_Store(6KB)
----setup.cfg(40B)
----eosjs_python()
--------.gitignore(45B)
--------__init__.pyc(8KB)
--------__init__.py(8KB)
--------js()
--------tests()
--------Exceptions.py(347B)
--------Exceptions.pyc(2KB)
----LICENSE.txt(1KB)
----README.md(3KB)