table2dicts:用于将html表转换为词典列表的Python模块

时间:2021-05-19 23:16:12
【文件属性】:
文件名称:table2dicts:用于将html表转换为词典列表的Python模块
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-19 23:16:12
Python table2dicts 用于将html表转换为词典列表的Python模块。 安装 使用pip从PyPI安装: $ pip install table2dicts 从源安装: $ python setup.py install 用法 给它一些带table html: >>> table2dicts( ''' ... < table> ... < thead> ... < tr>< th> a < / th >< th> b < / th >< th> c < / th >< / tr > ... < / thead > ... < tbody> ... < tr>< td> 1 < / td >< td> 2 < / td >< td> 3 < / td ><
【文件预览】:
table2dicts-master
----setup.py(1KB)
----requirements.txt(56B)
----.travis.yml(295B)
----LICENSE(1KB)
----setup.cfg(22B)
----table2dicts.py(2KB)
----README.rst(2KB)

网友评论