module documentation

Use the HTMLParser library to parse HTML files that aren't too bad.

Class BeautifulSoupHTMLParser A subclass of the Python standard library's HTMLParser class, which listens for HTMLParser events and translates them into calls to Beautiful Soup's tree construction API.
Class HTMLParserTreeBuilder A Beautiful soup `TreeBuilder` that uses the `HTMLParser` parser, found in the Python standard library.
Constant HTMLPARSER Undocumented
Variable __license__ Undocumented
HTMLPARSER: str = (source)

Undocumented

Value
'html.parser'
__license__: str = (source)

Undocumented