html5lib==1.1
# HTML parser based on the WHATWG HTML specification
$ pip install html5lib
downloads/wk
8,650,774
license
MIT License
version
1.1
python
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
What is html5lib?
html5lib is a Python library that parses HTML documents according to the WHATWG HTML specification, the same standard used by modern web browsers. Developers use it when they need to reliably parse real-world HTML that may be malformed or non-standard, as it handles edge cases the way browsers do rather than failing on invalid markup. It's useful for web scraping, HTML processing, and any application that needs to work with HTML from untrusted or variable sources.
Dependencies (5)