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".
- Host: GitHub
- URL: https://github.com/intouch-smartwater/dump_xml
- Owner: intouch-smartwater
- Created: 2016-08-24T10:34:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T09:37:45.000Z (over 6 years ago)
- Last Synced: 2025-09-25T06:54:32.555Z (9 months ago)
- Topics: python, serialization, xml
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
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 `_.