Pull API for HTML parsing.
Project description
This project is obsolete. There are many better ways to parse HTML these days. If you really need the tarball, edit the path component of the URL to add an initial “/old”.
A simple “pull API” for HTML parsing, after Perl’s HTML::TokeParser. Many simple HTML parsing tasks are simpler this way than with the HTMLParser module. pullparser.PullParser is a subclass of HTMLParser.HTMLParser.