dump_xml

A simple dictionary to XML converter that "Just Works".


License
MIT
Install
pip install dump_xml==1.0.0

Documentation

dump_xml

Latest PyPI version Latest Travis CI build status License Support Python Versions

A simple dictionary to XML converter that "Just Works".

Usage

$ python
>>> from dump_xml import dump_xml
>>> dump_xml({1: 2}, name="root")
<Element 'root' at 0x0000000003B104A8>

Installation

$ pip install dump_xml

Compatibility

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".

Licence

MIT

Authors

dump_xml was written by James Cheese.