Pullparser for Python

Say that five times fast.

pullparser

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.

Written by Andrew Ittner in misc on Tue 27 January 2004. Tags: programming, python, web