elementtree 0.1.1

Parse an XML file into Python elementtree like structure
Documentation

elementtree-rs

This library parses XML into a Python ElementTree like structure. It currently only supports reading but for that it has pretty good namespace support and the ability to inspect the file.

It's not recommended to use this for larger documents as the entire document will be loaded into memory. However it's pretty good for working with configuration files and similar things.