资源简介
python-bitcoin-blockchain-parser, 一个 python 3比特链 bitcoin-blockchain-parser 这个 python 3库为bitcoind存储的原始数据提供了一个解析器。特性检测输出类型检测输出中的地址解释脚本支持 SegWit支持有序块解析示例下面是
代码片段和文件信息
from setuptools import setup find_packages
from blockchain_parser import __version__
setup(
name=‘blockchain-parser‘
version=__version__
packages=find_packages()
url=‘https://github.com/alecalve/python-bitcoin-blockchain-parser‘
author=‘Antoine Le Calvez‘
author_email=‘antoine@p2sh.info‘
description=‘Bitcoin blockchain parser‘
test_suite=‘blockchain_parser.tests‘
classifiers=[
‘Development Status :: 5 - Production/Stable‘
‘Environment :: Console‘
‘Intended Audience :: Developers‘
‘License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)‘
‘Topic :: Software Development :: Libraries‘
]
install_requires=[
‘python-bitcoinlib==0.5.0‘
‘plyvel==1.0.4‘
]
)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\
文件 731 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\.gitignore
文件 387 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\.travis.yml
文件 8175 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\LICENSE
文件 3919 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\README.md
目录 0 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\
文件 438 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\__init__.py
文件 1961 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\address.py
文件 3161 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\block.py
文件 2760 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\block_header.py
文件 8562 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\blockchain.py
文件 1830 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\index.py
文件 2607 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\input.py
文件 3418 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\output.py
文件 4004 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\sc
目录 0 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\
文件 415 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\__init__.py
文件 5171 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\bip69_false.txt
文件 779 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\bip69_true.txt
文件 904 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\segwit.txt
文件 1321 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\test_address.py
文件 3040 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\test_block.py
文件 1456 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\test_index.py
文件 2766 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\test_output.py
文件 1273 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\test_sc
文件 14448 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\test_transaction.py
文件 1923 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\tests\test_utils.py
文件 6303 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\transaction.py
文件 1460 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\blockchain_parser\utils.py
目录 0 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\examples\
文件 755 2019-05-13 15:29 python-bitcoin-blockchain-parser-master\examples\non-standard-outputs.py
............此处省略8个文件信息
相关资源
- 轻量级PythonWeb框架Mole.zip
- Python爬虫开源项目代码
- 基于开源框架Flask的教务系统的设计与
- chainerrl 在Chainer之上,ChainerRL是一个深
- IMU/GNSS开源仿真工具
- Python开源量化平台框架支持A股基于
- Vivecraft_110 用于Minecraft的VR mod 版本
- Python-Intel开源增强学习框架Coach
- facebook开源项目prophet python模块fbprop
- 数据之魅中文版:基于开源工具的数
- Python-PermaNote是基于Sandstorm开源的个人
- 基于MongoDB的日志系统Mongodb-Log.zip
- Python-爬取各种开源软件的官方仓库历
- MySQL客户端库PyMySQL.zip
- bilibili_danmu B 站直播弹幕姬 Python 版
- misvm 多支持向量机.zip
- bayespy 贝叶斯 python.zip
- HFO 在 Robocup 2D 足球游戏中,半场进攻
- YouMoney有钱记账一个python写的开源的个
- paillier 纯 python Paillier同态密码.zip
- fancyimpute 在 python 中,实现了多元插值
- Python WxPython开源扫雷游戏PyMine新版1
- 基于Python的三维重建开源代码
- Websocket客户端Websocket-Client.zip
- proxy.py 在 python 中,轻量级的HTTP代理
- Python-Meshroom一个基于AliceVision框架的免
- Python项目 | 「Park at ease」停车场管理
- 开源的python地图
评论
共有 条评论