Skip to content

hexsix/html-table-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html table parser

python version

python 3.5+

example of usages

from pprint import pprint
from html_table_parser import HTMLTableParser

html = """html code here"""
p = HTMLTableParser()
p.feed(html)
pprint(p.tables)

Description

相比 schmijos 的 parser,本版本可以解析套娃和 table 所在的位置(line number & column number)

Thanks

schmijos/html-table-parser-python3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages