Description
Parses HTML the way web browsers are expected to understand it under the WHATWG HTML5 rules. This helps Python programs handle messy or real-world web pages instead of only accepting perfectly formed markup.
Install it when a Python application, scraper, validator, or document tool needs dependable HTML parsing. It is a library used by software, not a visual web browser.