A simple dictionary to XML converter that "Just Works".
$ python
>>> from dump_xml import dump_xml
>>> dump_xml({1: 2}, name="root")
<Element 'root' at 0x0000000003B104A8>
$ pip install dump_xml
Tests run on Python 2.7 and 3.4 - 3.7. Compatibility is aimed primarily at ensuring 3.x as a first-class experience, with 2.x as a "nice-to-have".
MIT
dump_xml was written by James Cheese.