Backport of Python 2.7's HTMLParser to earlier versions. Version 0.0.2 is the latest release, with no active development. Intended for legacy Python 2.x compatibility only; not maintained for Python 3.
pip install htmlparserNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Subclass HTMLParser and override handler methods. Works like Python 2.7's HTMLParser.
Use Python 3's built-in html.parser.HTMLParser instead.
Migrate to Python 3's html.parser or consider using html5lib for modern HTML parsing.
No dependency data recorded yet.