pure-Python implementation of the ElementTree API
The ElementTree type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory. The element type can be described as a cross between a Python
list and a Python dictionary.

Maintainer: Aleksander Piotrowski <alek@openbsd.org>

WWW: http://effbot.org/zone/element-index.htm
