Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.14 KB

README.rst

File metadata and controls

52 lines (36 loc) · 1.14 KB

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.