An open API service indexing awesome lists of open source software.

https://github.com/intouch-smartwater/dump_xml

A simple dictionary to XML converter that "Just Works".
https://github.com/intouch-smartwater/dump_xml

python serialization xml

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

dump_xml
========

.. image:: https://img.shields.io/pypi/v/dump_xml.svg
:target: https://pypi.python.org/pypi/dump_xml
:alt: Latest PyPI version

.. image:: https://travis-ci.org/intouch-smartwater/dump_xml.png
:target: https://travis-ci.org/intouch-smartwater/dump_xml
:alt: Latest Travis CI build status

.. image:: https://img.shields.io/pypi/l/dump_xml.svg
:target: https://pypi.python.org/pypi/dump_xml
:alt: License

.. image:: https://img.shields.io/pypi/pyversions/dump_xml.svg
:target: https://pypi.python.org/pypi/dump_xml
:alt: Support Python Versions

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

Usage
-----
.. code:: python

$ python
>>> from dump_xml import dump_xml
>>> dump_xml({1: 2}, name="root")

Installation
------------

.. code:: bash

$ 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 `_.