Useful email processing functions—or, at least, functions I find myself using again and again. Good for email header processing in Python 2.3+.
SAX-like API for HTML (SAH). A toolkit for building SAX-y components using Python's HTMLParser as a base. I wrote this so I wouldn't need to constantly custom-fit existing HTMLParser subclasses for specific projects.