Metadata-Version: 1.1
Name: dump_xml
Version: 0.1.1
Summary: A simple dictionary to XML converter that "Just Works".
Home-page: https://github.com/intouch-smartwater/dump_xml
Author: James Cheese
Author-email: james.cheese@intouch-ltd.com
License: MIT
Description: 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
        
        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 <james.cheese@intouch-ltd.com>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
