ExEmGel is a wrapper around the standard ElementTree library. It allow clean and simple access to xml.
>>> config = exemgel.parse("configuration.xml")
>>> config.configuration.email.host
'mail.example.com'
>>> config.configuration.email.port
25
To install ExEmGel:, simply:
$ pip install exemgel