1 Star 1 Fork 0

French / EthereumScan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
French 提交于 2022-08-25 15:35 . 新增并完善账号分类方法
[project]
name = "ethereum-scan"
version = "1.0.0.2"
authors = [
{name="French", email="french@hoime.cn"},
]
description = "The Ethereum scanning tool constructed with Python, based on the open API provided by EtherScan, ensures the accuracy of the data"
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/french-home/ethereum-scan"
"Bug Tracker" = "https://github.com/french-home/ethereum-scan/issues"
Python
1
https://gitee.com/french-home/ethereum-scan.git
git@gitee.com:french-home/ethereum-scan.git
french-home
ethereum-scan
EthereumScan
master

搜索帮助