Skip to main content

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

Project description

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, 3.4 and 3.5. 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.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page