Description
Turns XML documents into Python dictionaries so code can work with them in a JSON-like style. It helps scripts and applications consume XML feeds, configuration files, and service responses with less boilerplate parsing code.
Developers use it as a data-parsing library. XML from untrusted sources can be large or malicious, so use safe parser options and validate the resulting structure before acting on it.