Home > TreeSoup

TreeSoup

TreeSoup is a project mainly written in Python, based on the BSD-3-Clause license.

ABANDONED: BeautifulSoup-like wrapper around ElementTree.

TreeSoup

This module is not maintained. I have moved on to using lxml myself, and so will not maintain this project.


TreeSoup is designed to roughly reflect the BeautifulStoneSoup API, but uses the (standard library) ElementTree to do the parsing. This is mainly because BeautifulSoup does not handle unicode very gracefully.

Previous:xdroom