dicttoxml


Namedicttoxml JSON
Version 1.7.16 PyPI version JSON
download
home_pagehttps://github.com/quandyfactory/dicttoxml
SummaryConverts a Python dictionary or other native data type into a valid XML string.
upload_time2022-12-23 16:07:17
maintainer
docs_urlNone
authorRyan McGreal
requires_python>=3.6
licenseGNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Summary
=======

Converts a Python dictionary or other native data type into a valid XML string.

Details
=======

Supports item (`int`, `float`, `long`, `decimal.Decimal`, `bool`, `str`, `unicode`, `datetime`, `none` and other number-like objects) and collection (`list`, `set`, `tuple` and `dict`, as well as iterable and dict-like objects) data types, with arbitrary nesting for the collections. Items with a `datetime` type are converted to ISO format strings. Items with a `None` type become empty XML elements.

The root object passed into the `dicttoxml` method can be any of the supported data types.

To satisfy XML syntax, the method prepends an `<?xml version="1.0" encoding="UTF-8" ?>` element and wraps the output in a `<root> ... </root>` element. However, this can be disabled to create XML snippets. Alternately, a custom root element can be specified by passing in the optional `custom_root=foobar` argument.

For lists of items, if each item is also a collection data type (`lists`, `dict`), the elements of that item are wrapped in a generic `<item> ... </item>` element.

Each element includes an optional `type` attribute with the data type. By default, the type attribute it included but it can be excluded by passing an optional `attr_type=False` argument when calling the `dicttoxml` method.

Note: `datetime` data types are converted into ISO format strings, and `unicode` and `datetime` data types get a `str` attribute.

    Python -> XML
    integer   int
    long      long
    float     float
    Decimal   number
    string    str
    unicode   str
    datetime  str
    None      null
    boolean   bool
    list      list
    set       list
    tuple     list
    dict      dict

Elements with an unsupported data type raise a TypeError exception.

If an element name is invalid XML, it is rendered with the name "key" and the invalid name is included as a `name` attribute. E.g. `{ "^.{0,256}$": "foo" }` would be rendered `<key name="^.{0,256}$">foo</key>`. An exception is element names with spaces, which are converted to underscores.

**This module should work in Python 3.6+. You might be able to get it to work in Python 2.x but that is no longer supported.**

Installation
============

The dicttoxml module is [published on the Python Package Index](https://pypi.python.org/pypi/dicttoxml), so you can install it using `pip`.

    pip install dicttoxml

Alternately, you can download the tarballed installer - `dicttoxml-[VERSION].tar.gz` - for this package from the [dist](https://github.com/quandyfactory/dicttoxml/tree/master/dist) directory on github and uncompress it. Then, from a terminal or command window, navigate into the unzipped folder and type the command:

    python setup.py install

That should be all you need to do.

Basic Usage
===========

Once installed, import the library into your script and convert a dict into xml by running the `dicttoxml` function:

    >>> import dicttoxml
    >>> xml = dicttoxml.dicttoxml(some_dict)

Alternately, you can import the `dicttoxml()` function from the library.

    >>> from dicttoxml import dicttoxml
    >>> xml = dicttoxml(some_dict)

That's it!

JSON to XML
===========

Let's say you want to fetch a JSON object from a URL and convert it into XML. Here's how you can do that:

    >>> import json
    >>> import urllib
    >>> import dicttoxml
    >>> page = urllib.urlopen('http://quandyfactory.com/api/example')
    >>> content = page.read()
    >>> obj = json.loads(content)
    >>> print(obj)
    {u'mylist': [u'foo', u'bar', u'baz'], u'mydict': {u'foo': u'bar', u'baz': 1}, u'ok': True}
    >>> xml = dicttoxml.dicttoxml(obj)
    >>> print(xml)
    <?xml version="1.0" encoding="UTF-8" ?><root><mylist><item type="str">foo</item><item type="str">bar</item><item type="str">baz</item></mylist><mydict><foo type="str">bar</foo><baz type="int">1</baz></mydict><ok type="bool">true</ok></root>

It's that simple.

XML Snippet
===========

Instead of creating a full XML document, you can create an XML snippet for inclusion into another XML document.

Continuing with the example from above:

    >>> xml_snippet = dicttoxml.dicttoxml(obj, root=False)
    >>> print(xml_snippet)
    <mylist><item type="str">foo</item><item type="str">bar</item><item type="str">baz</item></mylist><mydict><foo type="str">bar</foo><baz type="int">1</baz></mydict><ok type="bool">true</ok>

With the optional `root` argument set to `False`, the method converts the dict into XML without including an `<?xml>` prolog or a `<root>` element to enclose all the other elements.

Custom Root
===========

By default, dicttoxml wraps all the elements in a `<root> ... </root>` element. Starting in version 1.5, you can change the name of the root element to something else by passing an optional `custom_root=some_custom_root` argument to the `dicttoxml` method.

Using our example:

    >>> xml = dicttoxml.dicttoxml(obj, custom_root='some_custom_root')
    >>> print(xml)
    <?xml version="1.0" encoding="UTF-8" ?><some_custom_root><mydict><foo>bar</foo><baz>1</baz></mydict><mylist><item>foo</item><item>bar</item><item>baz</item></mylist><ok>true</ok></some_custom_root>

As you can see, the name of the root element has changed to `some_custom_root`.

Omit XML Declaration
====================

Perhaps you want your outputted XML to have a `root` but no XML declaration. Starting with version 1.7.15, can call `dicttoxml` with the optional `xml_declaration` argument set to `False`:

    >>> xml = dicttoxml.dicttoxml(xml_declaration=False)
    >>> print(xml)
    <root><ok type="bool">true</ok><mylist type="list"><item type="str">foo</item><item type="str">bar</item><item type="str">baz</item></mylist><mydict type="dict"><foo type="str">bar</foo><baz type="int">1</baz></mydict></root>

As you can see, the XML declaration has been omitted.

Disable Type Attributes
=======================

By default, dicttoxml includes a type attribute for each element. Starting in version 1.4, you can turn this off by passing an optional `attr_type=False` argument to the `dicttoxml` method.

Using our example:

    >>> xml = dicttoxml.dicttoxml(obj, attr_type=False)
    >>> print(xml)
    <?xml version="1.0" encoding="UTF-8" ?><root><mydict><foo>bar</foo><baz>1</baz></mydict><mylist><item>foo</item><item>bar</item><item>baz</item></mylist><ok>true</ok></root>

As you can see, the only difference is that the type attributes are now absent.

Change or Suppress XML Encoding Attribute
=========================================

By default, dicttoxml renders the XML element with an `encoding="UTF-8"` attribute. Starting in version 1.7.6, you can change the encoding by using the optional `encoding` argument to the `dicttoxml` method. For example, to render an XML file with encoding "ISO-8859-1", you would call:

    >>> xml = dicttoxml.dicttoxml(obj, encoding="ISO-8859-1")

Or if you prefer, you can suppress the encoding attribute altogether by setting the optional `include_encoding` argument to `False`:

    >>> xml = dicttoxml.dicttoxml(obj, include_encoding=False)

Again, by default, the `include_encoding` argument is set to `True` and the `encoding` argument is set to `UTF-8`.

Unique ID Attributes
====================

Starting in version 1.1, you can set an optional `ids` parameter so that dicttoxml gives each element a unique `id` attribute.

With the `ids` flag on, the function generates a unique randomly-generated ID for each element based on the parent element in the form `parent_unique`. For list items, the id is in the form `parent_unique_index`.

Continuing with our example:

    >>> xml_with_ids = dicttoxml.dicttoxml(obj, ids=True)
    >>> print(parseString(xml_with_ids).toprettyxml())
    <?xml version="1.0" ?>
    <root>
            <mylist id="root_160980" type="list">
                    <item id="mylist_609405_1" type="str">foo</item>
                    <item id="mylist_609405_2" type="str">bar</item>
                    <item id="mylist_609405_3" type="str">baz</item>
            </mylist>
            <mydict id="root_140407" type="dict">
                    <foo id="mydict_260437" type="str">bar</foo>
                    <baz id="mydict_111194" type="int">1</baz>
            </mydict>
            <ok id="root_612831" type="bool">true</ok>
    </root>

Note that the default XML output remains the same as previous, so as not to break compatibility for existing uses.

Dict-Like and Iterable Objects
==============================

Starting in version 1.3, dicttoxml accepts dict-like objects that are derived from the `dict` base class and treats them like dicts. For example:

    >>> import collections
    >>> dictlike = collections.OrderedDict({'foo': 1, 'bar': 2, 'baz': 3})
    >>> xml = dicttoxml.dicttoxml(dictlike)
    >>> print(xml)
    <?xml version="1.0" encoding="UTF-8" ?><root><baz type="int">3</baz><foo type="int">1</foo><bar type="int">2</bar></root>

Also starting in version 1.3, dicttoxml accepts iterable objects and treats them like lists. For example:

    >>> myiter = range(1,11)
    >>> xml = dicttoxml.dicttoxml(myiter)
    >>> print(xml)
    <?xml version="1.0" encoding="UTF-8" ?><root><item type="int">1</item><item type="int">2</item><item type="int">3</item><item type="int">4</item><item type="int">5</item><item type="int">6</item><item type="int">7</item><item type="int">8</item><item type="int">9</item><item type="int">10</item></root>

As always, this remains compatible with arbitrary nesting of objects and types.

Define Custom Item Names
========================

Starting in version 1.7, if you don't want item elements in a list to be called 'item', you can specify the element name using a function that takes the parent element name (i.e. the list name) as an argument.

    >>> import dicttoxml
    >>> obj = {u'mylist': [u'foo', u'bar', u'baz'], u'mydict': {u'foo': u'bar', u'baz': 1}, u'ok': True}
    >>> my_item_func = lambda x: 'list_item'
    >>> xml = dicttoxml.dicttoxml(obj, item_func=my_item_func)
    >>> print(xml)
    <?xml version="1.0" encoding="UTF-8" ?><root><mydict type="dict"><foo type="str">bar</foo><baz type="int">1</baz></mydict><mylist type="list"><list_item type="str">foo</list_item><list_item type="str">bar</list_item><list_item type="str">baz</list_item></mylist><ok type="bool">True</ok></root>

The benefit of taking the parent element name as an argument is that you can write the function to do something with it. Let's say you have an object with some lists of specific items:

    >>> obj = {'shrubs': ['abelia', 'aralia', 'aucuba', 'azalea', 'bamboo', 'barberry', 'bluebeard', 'boxwood', 'camellia', 'dogwood', 'elderberry', 'enkianthus', 'firethorn', 'fuchsia', 'hazel', 'heath', 'heather', 'holly', 'honeysuckle', 'hydrangea', 'laurel', 'lilac', 'mock orange', 'rhododendron', 'rose', 'rose of sharon', 'rosemary', 'smokebush', 'spirea', 'sweetbox', 'viburnum', 'weigela', 'yucca'], 'trees': ['ash', 'aspen', 'birch', 'butternut', 'cedar', 'cottonwood', 'elm', 'fir', 'hawthorn', 'larch', 'locust', 'maple', 'oak', 'pine', 'spruce', 'sycamore', 'willow']}

You can define each item name to be the singular of its parent name by returning all but the last character.

    >>> my_item_func = lambda x: x[:-1]
    >>> xml = dicttoxml.dicttoxml(obj, item_func=my_item_func)
    >>> print(xml)
    <?xml version="1.0" encoding="UTF-8" ?><root><shrubs type="list"><shrub type="str">abelia</shrub><shrub type="str">aralia</shrub><shrub type="str">aucuba</shrub><shrub type="str">azalea</shrub><shrub type="str">bamboo</shrub><shrub type="str">barberry</shrub><shrub type="str">bluebeard</shrub><shrub type="str">boxwood</shrub><shrub type="str">camellia</shrub><shrub type="str">dogwood</shrub><shrub type="str">elderberry</shrub><shrub type="str">enkianthus</shrub><shrub type="str">firethorn</shrub><shrub type="str">fuchsia</shrub><shrub type="str">hazel</shrub><shrub type="str">heath</shrub><shrub type="str">heather</shrub><shrub type="str">holly</shrub><shrub type="str">honeysuckle</shrub><shrub type="str">hydrangea</shrub><shrub type="str">laurel</shrub><shrub type="str">lilac</shrub><shrub type="str">mock orange</shrub><shrub type="str">rhododendron</shrub><shrub type="str">rose</shrub><shrub type="str">rose of sharon</shrub><shrub type="str">rosemary</shrub><shrub type="str">smokebush</shrub><shrub type="str">spirea</shrub><shrub type="str">sweetbox</shrub><shrub type="str">viburnum</shrub><shrub type="str">weigela</shrub><shrub type="str">yucca</shrub></shrubs><trees type="list"><tree type="str">ash</tree><tree type="str">aspen</tree><tree type="str">birch</tree><tree type="str">butternut</tree><tree type="str">cedar</tree><tree type="str">cottonwood</tree><tree type="str">elm</tree><tree type="str">fir</tree><tree type="str">hawthorn</tree><tree type="str">larch</tree><tree type="str">locust</tree><tree type="str">maple</tree><tree type="str">oak</tree><tree type="str">pine</tree><tree type="str">spruce</tree><tree type="str">sycamore</tree><tree type="str">willow</tree></trees></root>

Of course, this can be combined with other optional arguments, like disabling type attributes or custom root element names.

CDATA
=====

Starting in version 1.7.1, you can wrap values in CDATA by setting the optional `cdata` argument to `True`.

    >>> import dicttoxml
    >>> obj = {u'mylist': [u'foo', u'bar', u'baz'], u'mydict': {u'foo': u'bar', u'baz': 1}, u'ok': True}
    >>> xml = dicttoxml.dicttoxml(obj, cdata=True)
    >>> print(xml)
    <?xml version="1.0" encoding="UTF-8" ?><root><mydict type="dict"><foo type="str"><![CDATA[bar]]></foo><baz type="int"><![CDATA[1]]></baz></mydict><mylist type="list"><item type="str"><![CDATA[foo]]></item><item type="str"><![CDATA[bar]]></item><item type="str"><![CDATA[baz]]></item></mylist><ok type="bool"><![CDATA[True]]></ok></root>

If you do not set `cdata` to `True`, the default value is `False` and values are not wrapped.

Return a String
===============

By default, dicttoxml outputs the generated XML as a `bytes` object:

    >>> xml = dicttoxml.dicttoxml(obj)
    >>> type(xml).__name__
    'bytes'

Starting in version 1.7.14, when you call the dicttoxml function, you can set an optional `return_bytes` argument to `False` to return a `str` object instead:

    >>> xml = dicttoxml.dicttoxml(obj, return_bytes=False)
    >>> type(xml).__name__
    'str'

But by default, `return_bytes` is set to `True`.

Pretty-Printing
===============

As they say, Python comes with batteries included. You can easily syntax-check and pretty-print your XML using Python's `xml.dom.minidom` module.

Again, continuing with our example:

    >>> from xml.dom.minidom import parseString
    >>> dom = parseString(xml)
    >>> print(dom.toprettyxml())
    <?xml version="1.0" ?>
    <root>
        <mylist type="list">
            <item type="str">foo</item>
            <item type="str">bar</item>
            <item type="str">baz</item>
        </mylist>
        <mydict type="dict">
            <foo type="str">bar</foo>
            <baz type="int">1</baz>
        </mydict>
        <ok type="bool">true</ok>
    </root>

This makes the XML easier to read. If it is not well-formed, the xml parser will raise an exception.

Debugging
=========

You can enable debugging informationby calling the `set_debug()` method:

    >>> import dicttoxml
    >>> dicttoxml.set_debug(debug=True)
    Debug mode is on. Events are logged at: dicttoxml.log
    >>> xml = dicttoxml.dicttoxml(some_dict)

By default, debugging information is logged to `dicttoxml.log`, but you can change this:

    >>> dicttoxml.set_debug(debug=True, filename='/path/to/some_other_filename.log')
    Debug mode is on. Events are logged at: some_other_filename.log

To turn debug mode off, just call `set_debug` with an argument of `False`:

    >>> dicttoxml.set_debug(debug=False)

If you encounter any errors in the code, please file an issue on github: [https://github.com/quandyfactory/dicttoxml/issues](https://github.com/quandyfactory/dicttoxml/issues).

Author
======

* Author: Ryan McGreal
* Email: [ryan@quandyfactory.com](mailto:ryan@quandyfactory.com)
* Repository: [http://github.com/quandyfactory/dicttoxml](http://github.com/quandyfactory/dicttoxml)

Version
=======

* Version: 1.7.16
* Release Date: 2022-12-23

Revision History
================

Version 1.7.16
--------------

* Release Date: 2022-12-23
* Changes:
    * Resolved [issue #98](https://github.com/quandyfactory/dicttoxml/issues/98) and [issue #99](https://github.com/quandyfactory/dicttoxml/issues/99) (big thanks to [adrien-berchet](https://github.com/adrien-berchet) for identifying the issue and proposing the solution)
    * Added `python_requires=">=3.6"` to `setup.py`

Version 1.7.15
--------------

* Release Date: 2022-12-02
* Changes:
    * Fixed [issue #43](https://github.com/quandyfactory/dicttoxml/issues/43)
    * Implemented [issue #82](https://github.com/quandyfactory/dicttoxml/issues/82)
    * Small fixes to readme.md

Version 1.7.14
-------------

* Release Date: 2022-12-02
* Changes:
    * Handle floating point keys as per [issue #61](https://github.com/quandyfactory/dicttoxml/issues/61)
    * Option to return string instead of bytes as per [issue #55](https://github.com/quandyfactory/dicttoxml/issues/55)
    * Reorganized readme.md to have a better flow.

Version 1.7.13
-------------

* Release Date: 2022-11-29
* Changes:
    * Fixed [issue #53](https://github.com/quandyfactory/dicttoxml/issues/53), dicttoxml(None) and dicttoxml("name") break in 1.7
    * Fixed [issue #96](https://github.com/quandyfactory/dicttoxml/issues/96), update readme section on debugging

Version 1.7.12
-------------

* Release Date: 2022-11-29
* Changes:
    * Fixed [issue #95](https://github.com/quandyfactory/dicttoxml/issues/95): changed project.toml to support Python 3.6+ and updated readme documentation.

Version 1.7.11
-------------

* Release Date: 2022-11-28
* Changes:
    * Simplified solution to issue 94

Version 1.7.9
-------------

* Release Date: 2022-11-28
* Changes:
    * Fixed [issue #94](https://github.com/quandyfactory/dicttoxml/pull/94)


Version 1.7.8
-------------

* Release Date: 2022-11-28
* Changes:
    * Fixed [issue #67](https://github.com/quandyfactory/dicttoxml/issues/67) and [issue #81](https://github.com/quandyfactory/dicttoxml/issues/81): Boolean values now export into XML in lowercase (true, false) instead of capitalized (True, False).

Version 1.7.7
-------------

* Release Date: 2022-11-27
* Changes:
    * Fixed [issue #58](https://github.com/quandyfactory/dicttoxml/issues/58) and [issue #60](https://github.com/quandyfactory/dicttoxml/issues/60) on github: debug is turned off by default, and no longer prints "Debug mode is off" in the console.

Version 1.7.6
-------------

* Release Date: 2022-11-26
* Changes:
    * Fixed [issue #88](https://github.com/quandyfactory/dicttoxml/issues/88) on github.
    * Made XML encoding attribute optional and editable as per [issue 83](https://github.com/quandyfactory/dicttoxml/issues/83) on github.


Version 1.7.5
-------------

* Release Date: 2022-06-06
* Changes:
    * Fixed [isue #91](https://github.com/quandyfactory/dicttoxml/issues/91) on github.

Version 1.7.4
-------------

* Release Date: 2016-07-08
* Changes:
    * Fixed [bug #46](https://github.com/quandyfactory/dicttoxml/issues/46) on github. Thanks to [robbincatz](https://github.com/robbincatz) for identifying and reporting the issue.

Version 1.7.3
-------------

* Release Date: 2016-07-07
* Changes:
    * Updated README.markdown

Version 1.7.2
-------------

* Release Date: 2016-07-07
* Changes:
    * XML-encodes values to avoid XML injection. Big thanks to [thomaskonrad](https://github.com/thomaskonrad) on Github, via [issue #41](https://github.com/quandyfactory/dicttoxml/issues/41).

Version 1.7.1
-------------

* Release Date: 2016-07-06
* Changes:
    * Added ability to wrap values with CDATA. Big thanks to [LeviTaule](https://github.com/LeviTaule) on Github, via [pull request #45](https://github.com/quandyfactory/dicttoxml/pull/45/files).

Version 1.7
-----------

* Release Date: 2016-06-13
* Changes:
    * First of all, sorry for such a log delay between releases! I have not been a responsible steward of this project and I aim to change that from now on. This is the first in a series of updates I will be pushing over the next couple of months to get caught up on the backlog of issues and pull requests.
    * Added ability to customize `list` and `dict` item names via a function argument passed into the `dicttoxml()` function. Customizeable item name function takes the item's parent element as an argument. Big thanks to [viktor-zireael](https://github.com/viktor-zireael) on Github, via [pull request #40](https://github.com/quandyfactory/dicttoxml/pull/40/files).
    * Updated code style to more closely follow PEP8.

Version 1.6.6
-------------

* Release Date: 2015-04-09
* Changes:
    * PyPi does not want to upload version 1.6.5. It's returning an `Upload failed (500): Internal Server Error` message when I try to upload the code. I'm incrementing the version by one and reinstalling it to see if that fixes the issue.

Version 1.6.5
-------------

* Release Date: 2015-04-09
* Changes:
    * Fixed [issue #37](https://github.com/quandyfactory/dicttoxml/issues/37), elements with boolean values were getting a "number" type attribute. The issue was that `isinstance(True, numbers.Number)` returns `True`. I modified the `get_xml_type()` function to test for `boolean` before testing for `numbers.Number`. Thanks to [badsequel](https://github.com/badsequel) for identifying and reporting the issue.

Version 1.6.4
-------------

* Release Date: 2015-03-11
* Changes:
    * Fixed [issue #36](https://github.com/quandyfactory/dicttoxml/issues/36), logging was throwing an UnicodeDecodeError on non-ASCII characters in dictionary values. Thanks to [beef9999](https://github.com/beef9999) for identifying and reporting the issue.

Version 1.6.3
-------------

* Release Date: 2015-03-05
* Changes:
    * Updated README.markdown to reflect changes made in v. 1.6.2.

Version 1.6.2
-------------

* Release Date: 2015-03-05
* Changes:
    * Fixed [issue #35](https://github.com/quandyfactory/dicttoxml/issues/35), dicttoxml fails to identify a `decimal.Decimal` as a number. This is done by replacing `type(val).__name__ in ('int', 'long')` with the more generic `isinstance(val, number.Number)`. Thanks to [jmagnusson](https://github.com/jmagnusson) for finding and fixing the error.

Version 1.6.1
-------------

* Release Date: 2015-03-05
* Changes:
    * Merged [pull request #34](https://github.com/quandyfactory/dicttoxml/pull/34), fix misleading TypeError in `convert_dict()`. Thanks to [jmagnusson](https://github.com/jmagnusson) for finding and fixing the error.

Version 1.6.0
-------------

* Release Date: 2015-02-23
* Changes:
    * Fixed [issue #32](https://github.com/quandyfactory/dicttoxml/issues/32), duplication in test for list-like data types.

Version 1.5.9
-------------

* Release Date: 2015-02-23
* Changes:
    * Merged [pull request #33](https://github.com/quandyfactory/dicttoxml/pull/33) to replace invocations of `logging` with `LOG`. Thanks to [mfriedenhagen ](https://github.com/mfriedenhagen) for identifying the issue with the logger, and to [seyhuns](https://github.com/seyhuns) for supplying a pull request that could be merged automatically.

Version 1.5.8
-------------

* Release Date: 2015-01-06
* Changes:
    * Fixed [issue #30](https://github.com/quandyfactory/dicttoxml/issues/30) via [pull request #31](https://github.com/quandyfactory/dicttoxml/pull/31). Thanks to [isaac-councill](https://github.com/isaac-councill) for identifying the issue and providing a fix.

Version 1.5.7
-------------

* Release Date: 2014-12-09
* Changes:
    * Fixed [issue #29](https://github.com/quandyfactory/dicttoxml/issues/29). Thanks to [birdsarah](https://github.com/birdsarah) for identifying this performance issue and providing a fix.

Version 1.5.6
-------------

* Release Date: 2014-08-18
* Changes:
    * Fixed [issue #24](https://github.com/quandyfactory/dicttoxml/issues/24). Thanks to [gdude2002](https://github.com/gdude2002) for identifying the issue.
    * Abstracted all XML validity tests to a single function `make_valid_xml_name(key, attr)`

Version 1.5.5
-------------

* Release Date: 2014-06-16
* Changes:
    * Fixed [issue #21](https://github.com/quandyfactory/dicttoxml/pull/21). Thanks to [lichenbo](https://github.com/lichenbo) for identifying the issue and providing a fix.
    * Abstracted setting XML type attribute into a function, `get_xml_type()`.
    * Standardized variable names inside functions (e.g. `k` -> `key`, `v` -> `val`).
    * Cleaned up README so it works as both Markdown (for github) and ReStructuredText (for PyPi)

Version 1.5.4
-------------

* Release Date: 2014-06-03
* Changes:
    * Fixed [issue #20](https://github.com/quandyfactory/dicttoxml/issues/20).  Thanks to [lichenbo](https://github.com/lichenbo) for identifying the issue and providing a fix.

Version 1.5.3
-------------

* Release Date: 2014-06-08
* Changes:
    * Minor updates to README.markdown

Version 1.5.2
-------------

* Release Date: 2014-06-03
* Changes:
    * Minor updates to README.markdown

Version 1.5.1
-------------

* Release Date: 2014-06-03
* Changes:
    * Minor updates to README.markdown

Version 1.5
-----------

* Release Date: 2014-06-03
* Changes:
    * Added ability to set a custom root element, as per [issue #18](https://github.com/quandyfactory/dicttoxml/issues/18) by [murielsilveira](https://github.com/murielsilveira).

Version 1.4
-----------

* Release Date: 2014-06-03
* Changes:
    * Element type attribute made optional via pull request from [gauravub](https://github.com/gauravub] to resolve [issue #17](https://github.com/quandyfactory/dicttoxml/pull/17).

Version 1.3.7
-------------

* Release Date: 2014-04-21
* Changes:
    * Updated `MANIFEST.in` and `setup.py` so the licence and readme are properly included in the distribution.

Version 1.3.6
-------------

* Release Date: 2014-04-21
* Changes:
    * Added `MANIFEST.in` to include the `LICENCE.txt` and `README.markdown` files in the distribution, as per [issue #15](https://github.com/quandyfactory/dicttoxml/issues/15).

Version 1.3.5
-------------

* Release Date: 2014-04-14
* Changes:
    * `dicttoxml()` accepts `[None]` as a parameter and returns a valid XML object, as per [issue #13](https://github.com/quandyfactory/dicttoxml/issues/13).

Version 1.3.4
-------------

* Release Date: 2014-04-14
* Changes:
    * `dicttoxml()` now accepts `None` as a parameter and returns a valid XML object, as per [issue #13](https://github.com/quandyfactory/dicttoxml/issues/13).

Version 1.3.3
-------------

* Release Date: 2014-04-14
* Changes:
    * Automatically converts spaces in key names to underscores, as per [issue #12](https://github.com/quandyfactory/dicttoxml/pull/12).

Version 1.3.2
-------------

* Release Date: 2014-04-14
* Changes:
    * Added convert_none() function to convert a null value into XML
    * Added `key_is_valid_xml()` function to test if a key is valid XML
    * Updated `convert_kv()`, `convert_bool()` and `convert_none()` functions to test whether the key is a valid XML name and, if it is not, to render it as `<key name="{invalidname}">value</key>`. This addresses [issue 10](https://github.com/quandyfactory/dicttoxml/issues/10).

Version 1.3.1
-------------

* Release Date: 2013-07-12
* Changes:
    * Updated README to note support for dict-like and iterable objects.

Version 1.3
-----------

* Release Date: 2013-07-12
* Changes:
    * changed test for dict type from `type(x)=dict` to `isinstance(x,dict)` to include dict-like subclases derived from dict, as per [issue 9](https://github.com/quandyfactory/dicttoxml/issues/9).
    * Added test for `isinstance(x,collections.Iterable)` to test for list, set, tuple to accommodate iterable objects, as per [issue 9](https://github.com/quandyfactory/dicttoxml/issues/9).

Version 1.2
-----------

* Release Date: 2013-07-11
* Changes:
    * Fixed typo in convert_list() exception raise as per [issue 8](https://github.com/quandyfactory/dicttoxml/issues/8).

Version 1.1.2
-------------

* Release Date: 2013-05-06
* Changes:
    * Renamed github repo from dict2xml to dicttoxml to match PyPI name.

Version 1.1.1
-------------

* Release Date: 2013-05-06
* Changes:
    * Fixed README.markdown

Version 1.1
-----------

* Release Date: 2013-05-06
* Changes:
    * Added an optional `ids` argument to give each element a unique, randomly generated id attribute.
    * All elements now inlcude a `type` attribute.
    * Updated readme with more examples and Python 3 compatible syntax.
    * Thanks to [cpetz](https://github.com/cpetz) for [suggesting](https://github.com/quandyfactory/dicttoxml/issues/7) this feature.

Verson 1.0
----------

* Release Date: 2013-03-04
* Changes:
    * Replaced debug function with `logging` module.
    * Converted code to work in Python 2.6+ and Python 3.
    * Fixed unresolved isoformat reference in `convert_list`.
    * Bug thanks to [regisd](https://github.com/regisd) for forking code and making several important fixes!

Version 0.9.1
-------------

* Release Date: 2013-03-03
* Changes:
    * Merged [pull request](https://github.com/quandyfactory/dicttoxml/pull/5) from [regisd](https://github.com/regisd) to fix [issue #5](https://github.com/quandyfactory/dicttoxml/issues/5), in which special XML characters were not being escaped properly.

Version 0.9
-----------

* Release Date: 2013-02-27
* Changes:
    * Added support for tuples.

Version 0.8
-----------

* Release Date: 2013-02-23
* Changes:
    * Changed name to dicttoxml and published to the Python Package Index (PyPI).

Version 0.7
-----------

* Release Date: 2012-09-12
* Changes:
    * Fixed [issue #4](https://github.com/quandyfactory/dicttoxml/issues/4) - thanks to PaulMdx for finding it and suggesting a fix.

Version 0.6
-----------

* Release Date: 2012-07-13
* Changes:
    * Merged pull request from [0902horn](https://github.com/0902horn/dicttoxml) on github to escape special XML characters.

Version 0.5
-----------

* Release Date: 2012-02-28
* Changes:
    * Added support for datetime objects (converts them into ISO format strings) and sets (converts them into lists).
    * Fixed [bug 2](https://github.com/quandyfactory/dicttoxml/issues/2) by raising an exception on unsupported data types.

Version 0.4
-----------

* Release Date: 2012-01-26
* Changes:
    * Added optional `root` argument (default `True`) on whether to wrap the generated XML in an XML declaration and a root element.
    * Added ability to convert a root object of other data types - int, float, str, unicode, list - as well as dict.
    * Corrected `license` attribute in `setup.py`.
    * Renamed `notify()` function to `debug_notify()` and made it more comprehensive.

Version 0.3
-----------

* Release Date: 2012-01-24
* Changes:
    * Fixed inconsistent str/string attributes.

Version 0.2
-----------

* Release Date: 2012-01-24
* Changes:
    * Fixed bug in list items.
    * Added element attribute with data type.

Version 0.1
-----------

* Release Date: 2012-01-24
* Changes:
    * First commit.

Copyright and Licence
=====================

Copyright 2012 by Ryan McGreal.

Released under the GNU General Public Licence, Version 2:  
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/quandyfactory/dicttoxml",
    "name": "dicttoxml",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ryan McGreal",
    "author_email": "Ryan McGreal <ryan@quandyfactory.com>",
    "download_url": "https://files.pythonhosted.org/packages/ee/c9/3132427f9e64d572688e6a1cbe3d542d1a03f676b81fb600f3d1fd7d2ec5/dicttoxml-1.7.16.tar.gz",
    "platform": "Cross-platform",
    "description": "Summary\n=======\n\nConverts a Python dictionary or other native data type into a valid XML string.\n\nDetails\n=======\n\nSupports item (`int`, `float`, `long`, `decimal.Decimal`, `bool`, `str`, `unicode`, `datetime`, `none` and other number-like objects) and collection (`list`, `set`, `tuple` and `dict`, as well as iterable and dict-like objects) data types, with arbitrary nesting for the collections. Items with a `datetime` type are converted to ISO format strings. Items with a `None` type become empty XML elements.\n\nThe root object passed into the `dicttoxml` method can be any of the supported data types.\n\nTo satisfy XML syntax, the method prepends an `<?xml version=\"1.0\" encoding=\"UTF-8\" ?>` element and wraps the output in a `<root> ... </root>` element. However, this can be disabled to create XML snippets. Alternately, a custom root element can be specified by passing in the optional `custom_root=foobar` argument.\n\nFor lists of items, if each item is also a collection data type (`lists`, `dict`), the elements of that item are wrapped in a generic `<item> ... </item>` element.\n\nEach element includes an optional `type` attribute with the data type. By default, the type attribute it included but it can be excluded by passing an optional `attr_type=False` argument when calling the `dicttoxml` method.\n\nNote: `datetime` data types are converted into ISO format strings, and `unicode` and `datetime` data types get a `str` attribute.\n\n    Python -> XML\n    integer   int\n    long      long\n    float     float\n    Decimal   number\n    string    str\n    unicode   str\n    datetime  str\n    None      null\n    boolean   bool\n    list      list\n    set       list\n    tuple     list\n    dict      dict\n\nElements with an unsupported data type raise a TypeError exception.\n\nIf an element name is invalid XML, it is rendered with the name \"key\" and the invalid name is included as a `name` attribute. E.g. `{ \"^.{0,256}$\": \"foo\" }` would be rendered `<key name=\"^.{0,256}$\">foo</key>`. An exception is element names with spaces, which are converted to underscores.\n\n**This module should work in Python 3.6+. You might be able to get it to work in Python 2.x but that is no longer supported.**\n\nInstallation\n============\n\nThe dicttoxml module is [published on the Python Package Index](https://pypi.python.org/pypi/dicttoxml), so you can install it using `pip`.\n\n    pip install dicttoxml\n\nAlternately, you can download the tarballed installer - `dicttoxml-[VERSION].tar.gz` - for this package from the [dist](https://github.com/quandyfactory/dicttoxml/tree/master/dist) directory on github and uncompress it. Then, from a terminal or command window, navigate into the unzipped folder and type the command:\n\n    python setup.py install\n\nThat should be all you need to do.\n\nBasic Usage\n===========\n\nOnce installed, import the library into your script and convert a dict into xml by running the `dicttoxml` function:\n\n    >>> import dicttoxml\n    >>> xml = dicttoxml.dicttoxml(some_dict)\n\nAlternately, you can import the `dicttoxml()` function from the library.\n\n    >>> from dicttoxml import dicttoxml\n    >>> xml = dicttoxml(some_dict)\n\nThat's it!\n\nJSON to XML\n===========\n\nLet's say you want to fetch a JSON object from a URL and convert it into XML. Here's how you can do that:\n\n    >>> import json\n    >>> import urllib\n    >>> import dicttoxml\n    >>> page = urllib.urlopen('http://quandyfactory.com/api/example')\n    >>> content = page.read()\n    >>> obj = json.loads(content)\n    >>> print(obj)\n    {u'mylist': [u'foo', u'bar', u'baz'], u'mydict': {u'foo': u'bar', u'baz': 1}, u'ok': True}\n    >>> xml = dicttoxml.dicttoxml(obj)\n    >>> print(xml)\n    <?xml version=\"1.0\" encoding=\"UTF-8\" ?><root><mylist><item type=\"str\">foo</item><item type=\"str\">bar</item><item type=\"str\">baz</item></mylist><mydict><foo type=\"str\">bar</foo><baz type=\"int\">1</baz></mydict><ok type=\"bool\">true</ok></root>\n\nIt's that simple.\n\nXML Snippet\n===========\n\nInstead of creating a full XML document, you can create an XML snippet for inclusion into another XML document.\n\nContinuing with the example from above:\n\n    >>> xml_snippet = dicttoxml.dicttoxml(obj, root=False)\n    >>> print(xml_snippet)\n    <mylist><item type=\"str\">foo</item><item type=\"str\">bar</item><item type=\"str\">baz</item></mylist><mydict><foo type=\"str\">bar</foo><baz type=\"int\">1</baz></mydict><ok type=\"bool\">true</ok>\n\nWith the optional `root` argument set to `False`, the method converts the dict into XML without including an `<?xml>` prolog or a `<root>` element to enclose all the other elements.\n\nCustom Root\n===========\n\nBy default, dicttoxml wraps all the elements in a `<root> ... </root>` element. Starting in version 1.5, you can change the name of the root element to something else by passing an optional `custom_root=some_custom_root` argument to the `dicttoxml` method.\n\nUsing our example:\n\n    >>> xml = dicttoxml.dicttoxml(obj, custom_root='some_custom_root')\n    >>> print(xml)\n    <?xml version=\"1.0\" encoding=\"UTF-8\" ?><some_custom_root><mydict><foo>bar</foo><baz>1</baz></mydict><mylist><item>foo</item><item>bar</item><item>baz</item></mylist><ok>true</ok></some_custom_root>\n\nAs you can see, the name of the root element has changed to `some_custom_root`.\n\nOmit XML Declaration\n====================\n\nPerhaps you want your outputted XML to have a `root` but no XML declaration. Starting with version 1.7.15, can call `dicttoxml` with the optional `xml_declaration` argument set to `False`:\n\n    >>> xml = dicttoxml.dicttoxml(xml_declaration=False)\n    >>> print(xml)\n    <root><ok type=\"bool\">true</ok><mylist type=\"list\"><item type=\"str\">foo</item><item type=\"str\">bar</item><item type=\"str\">baz</item></mylist><mydict type=\"dict\"><foo type=\"str\">bar</foo><baz type=\"int\">1</baz></mydict></root>\n\nAs you can see, the XML declaration has been omitted.\n\nDisable Type Attributes\n=======================\n\nBy default, dicttoxml includes a type attribute for each element. Starting in version 1.4, you can turn this off by passing an optional `attr_type=False` argument to the `dicttoxml` method.\n\nUsing our example:\n\n    >>> xml = dicttoxml.dicttoxml(obj, attr_type=False)\n    >>> print(xml)\n    <?xml version=\"1.0\" encoding=\"UTF-8\" ?><root><mydict><foo>bar</foo><baz>1</baz></mydict><mylist><item>foo</item><item>bar</item><item>baz</item></mylist><ok>true</ok></root>\n\nAs you can see, the only difference is that the type attributes are now absent.\n\nChange or Suppress XML Encoding Attribute\n=========================================\n\nBy default, dicttoxml renders the XML element with an `encoding=\"UTF-8\"` attribute. Starting in version 1.7.6, you can change the encoding by using the optional `encoding` argument to the `dicttoxml` method. For example, to render an XML file with encoding \"ISO-8859-1\", you would call:\n\n    >>> xml = dicttoxml.dicttoxml(obj, encoding=\"ISO-8859-1\")\n\nOr if you prefer, you can suppress the encoding attribute altogether by setting the optional `include_encoding` argument to `False`:\n\n    >>> xml = dicttoxml.dicttoxml(obj, include_encoding=False)\n\nAgain, by default, the `include_encoding` argument is set to `True` and the `encoding` argument is set to `UTF-8`.\n\nUnique ID Attributes\n====================\n\nStarting in version 1.1, you can set an optional `ids` parameter so that dicttoxml gives each element a unique `id` attribute.\n\nWith the `ids` flag on, the function generates a unique randomly-generated ID for each element based on the parent element in the form `parent_unique`. For list items, the id is in the form `parent_unique_index`.\n\nContinuing with our example:\n\n    >>> xml_with_ids = dicttoxml.dicttoxml(obj, ids=True)\n    >>> print(parseString(xml_with_ids).toprettyxml())\n    <?xml version=\"1.0\" ?>\n    <root>\n            <mylist id=\"root_160980\" type=\"list\">\n                    <item id=\"mylist_609405_1\" type=\"str\">foo</item>\n                    <item id=\"mylist_609405_2\" type=\"str\">bar</item>\n                    <item id=\"mylist_609405_3\" type=\"str\">baz</item>\n            </mylist>\n            <mydict id=\"root_140407\" type=\"dict\">\n                    <foo id=\"mydict_260437\" type=\"str\">bar</foo>\n                    <baz id=\"mydict_111194\" type=\"int\">1</baz>\n            </mydict>\n            <ok id=\"root_612831\" type=\"bool\">true</ok>\n    </root>\n\nNote that the default XML output remains the same as previous, so as not to break compatibility for existing uses.\n\nDict-Like and Iterable Objects\n==============================\n\nStarting in version 1.3, dicttoxml accepts dict-like objects that are derived from the `dict` base class and treats them like dicts. For example:\n\n    >>> import collections\n    >>> dictlike = collections.OrderedDict({'foo': 1, 'bar': 2, 'baz': 3})\n    >>> xml = dicttoxml.dicttoxml(dictlike)\n    >>> print(xml)\n    <?xml version=\"1.0\" encoding=\"UTF-8\" ?><root><baz type=\"int\">3</baz><foo type=\"int\">1</foo><bar type=\"int\">2</bar></root>\n\nAlso starting in version 1.3, dicttoxml accepts iterable objects and treats them like lists. For example:\n\n    >>> myiter = range(1,11)\n    >>> xml = dicttoxml.dicttoxml(myiter)\n    >>> print(xml)\n    <?xml version=\"1.0\" encoding=\"UTF-8\" ?><root><item type=\"int\">1</item><item type=\"int\">2</item><item type=\"int\">3</item><item type=\"int\">4</item><item type=\"int\">5</item><item type=\"int\">6</item><item type=\"int\">7</item><item type=\"int\">8</item><item type=\"int\">9</item><item type=\"int\">10</item></root>\n\nAs always, this remains compatible with arbitrary nesting of objects and types.\n\nDefine Custom Item Names\n========================\n\nStarting in version 1.7, if you don't want item elements in a list to be called 'item', you can specify the element name using a function that takes the parent element name (i.e. the list name) as an argument.\n\n    >>> import dicttoxml\n    >>> obj = {u'mylist': [u'foo', u'bar', u'baz'], u'mydict': {u'foo': u'bar', u'baz': 1}, u'ok': True}\n    >>> my_item_func = lambda x: 'list_item'\n    >>> xml = dicttoxml.dicttoxml(obj, item_func=my_item_func)\n    >>> print(xml)\n    <?xml version=\"1.0\" encoding=\"UTF-8\" ?><root><mydict type=\"dict\"><foo type=\"str\">bar</foo><baz type=\"int\">1</baz></mydict><mylist type=\"list\"><list_item type=\"str\">foo</list_item><list_item type=\"str\">bar</list_item><list_item type=\"str\">baz</list_item></mylist><ok type=\"bool\">True</ok></root>\n\nThe benefit of taking the parent element name as an argument is that you can write the function to do something with it. Let's say you have an object with some lists of specific items:\n\n    >>> obj = {'shrubs': ['abelia', 'aralia', 'aucuba', 'azalea', 'bamboo', 'barberry', 'bluebeard', 'boxwood', 'camellia', 'dogwood', 'elderberry', 'enkianthus', 'firethorn', 'fuchsia', 'hazel', 'heath', 'heather', 'holly', 'honeysuckle', 'hydrangea', 'laurel', 'lilac', 'mock orange', 'rhododendron', 'rose', 'rose of sharon', 'rosemary', 'smokebush', 'spirea', 'sweetbox', 'viburnum', 'weigela', 'yucca'], 'trees': ['ash', 'aspen', 'birch', 'butternut', 'cedar', 'cottonwood', 'elm', 'fir', 'hawthorn', 'larch', 'locust', 'maple', 'oak', 'pine', 'spruce', 'sycamore', 'willow']}\n\nYou can define each item name to be the singular of its parent name by returning all but the last character.\n\n    >>> my_item_func = lambda x: x[:-1]\n    >>> xml = dicttoxml.dicttoxml(obj, item_func=my_item_func)\n    >>> print(xml)\n    <?xml version=\"1.0\" encoding=\"UTF-8\" ?><root><shrubs type=\"list\"><shrub type=\"str\">abelia</shrub><shrub type=\"str\">aralia</shrub><shrub type=\"str\">aucuba</shrub><shrub type=\"str\">azalea</shrub><shrub type=\"str\">bamboo</shrub><shrub type=\"str\">barberry</shrub><shrub type=\"str\">bluebeard</shrub><shrub type=\"str\">boxwood</shrub><shrub type=\"str\">camellia</shrub><shrub type=\"str\">dogwood</shrub><shrub type=\"str\">elderberry</shrub><shrub type=\"str\">enkianthus</shrub><shrub type=\"str\">firethorn</shrub><shrub type=\"str\">fuchsia</shrub><shrub type=\"str\">hazel</shrub><shrub type=\"str\">heath</shrub><shrub type=\"str\">heather</shrub><shrub type=\"str\">holly</shrub><shrub type=\"str\">honeysuckle</shrub><shrub type=\"str\">hydrangea</shrub><shrub type=\"str\">laurel</shrub><shrub type=\"str\">lilac</shrub><shrub type=\"str\">mock orange</shrub><shrub type=\"str\">rhododendron</shrub><shrub type=\"str\">rose</shrub><shrub type=\"str\">rose of sharon</shrub><shrub type=\"str\">rosemary</shrub><shrub type=\"str\">smokebush</shrub><shrub type=\"str\">spirea</shrub><shrub type=\"str\">sweetbox</shrub><shrub type=\"str\">viburnum</shrub><shrub type=\"str\">weigela</shrub><shrub type=\"str\">yucca</shrub></shrubs><trees type=\"list\"><tree type=\"str\">ash</tree><tree type=\"str\">aspen</tree><tree type=\"str\">birch</tree><tree type=\"str\">butternut</tree><tree type=\"str\">cedar</tree><tree type=\"str\">cottonwood</tree><tree type=\"str\">elm</tree><tree type=\"str\">fir</tree><tree type=\"str\">hawthorn</tree><tree type=\"str\">larch</tree><tree type=\"str\">locust</tree><tree type=\"str\">maple</tree><tree type=\"str\">oak</tree><tree type=\"str\">pine</tree><tree type=\"str\">spruce</tree><tree type=\"str\">sycamore</tree><tree type=\"str\">willow</tree></trees></root>\n\nOf course, this can be combined with other optional arguments, like disabling type attributes or custom root element names.\n\nCDATA\n=====\n\nStarting in version 1.7.1, you can wrap values in CDATA by setting the optional `cdata` argument to `True`.\n\n    >>> import dicttoxml\n    >>> obj = {u'mylist': [u'foo', u'bar', u'baz'], u'mydict': {u'foo': u'bar', u'baz': 1}, u'ok': True}\n    >>> xml = dicttoxml.dicttoxml(obj, cdata=True)\n    >>> print(xml)\n    <?xml version=\"1.0\" encoding=\"UTF-8\" ?><root><mydict type=\"dict\"><foo type=\"str\"><![CDATA[bar]]></foo><baz type=\"int\"><![CDATA[1]]></baz></mydict><mylist type=\"list\"><item type=\"str\"><![CDATA[foo]]></item><item type=\"str\"><![CDATA[bar]]></item><item type=\"str\"><![CDATA[baz]]></item></mylist><ok type=\"bool\"><![CDATA[True]]></ok></root>\n\nIf you do not set `cdata` to `True`, the default value is `False` and values are not wrapped.\n\nReturn a String\n===============\n\nBy default, dicttoxml outputs the generated XML as a `bytes` object:\n\n    >>> xml = dicttoxml.dicttoxml(obj)\n    >>> type(xml).__name__\n    'bytes'\n\nStarting in version 1.7.14, when you call the dicttoxml function, you can set an optional `return_bytes` argument to `False` to return a `str` object instead:\n\n    >>> xml = dicttoxml.dicttoxml(obj, return_bytes=False)\n    >>> type(xml).__name__\n    'str'\n\nBut by default, `return_bytes` is set to `True`.\n\nPretty-Printing\n===============\n\nAs they say, Python comes with batteries included. You can easily syntax-check and pretty-print your XML using Python's `xml.dom.minidom` module.\n\nAgain, continuing with our example:\n\n    >>> from xml.dom.minidom import parseString\n    >>> dom = parseString(xml)\n    >>> print(dom.toprettyxml())\n    <?xml version=\"1.0\" ?>\n    <root>\n        <mylist type=\"list\">\n            <item type=\"str\">foo</item>\n            <item type=\"str\">bar</item>\n            <item type=\"str\">baz</item>\n        </mylist>\n        <mydict type=\"dict\">\n            <foo type=\"str\">bar</foo>\n            <baz type=\"int\">1</baz>\n        </mydict>\n        <ok type=\"bool\">true</ok>\n    </root>\n\nThis makes the XML easier to read. If it is not well-formed, the xml parser will raise an exception.\n\nDebugging\n=========\n\nYou can enable debugging informationby calling the `set_debug()` method:\n\n    >>> import dicttoxml\n    >>> dicttoxml.set_debug(debug=True)\n    Debug mode is on. Events are logged at: dicttoxml.log\n    >>> xml = dicttoxml.dicttoxml(some_dict)\n\nBy default, debugging information is logged to `dicttoxml.log`, but you can change this:\n\n    >>> dicttoxml.set_debug(debug=True, filename='/path/to/some_other_filename.log')\n    Debug mode is on. Events are logged at: some_other_filename.log\n\nTo turn debug mode off, just call `set_debug` with an argument of `False`:\n\n    >>> dicttoxml.set_debug(debug=False)\n\nIf you encounter any errors in the code, please file an issue on github: [https://github.com/quandyfactory/dicttoxml/issues](https://github.com/quandyfactory/dicttoxml/issues).\n\nAuthor\n======\n\n* Author: Ryan McGreal\n* Email: [ryan@quandyfactory.com](mailto:ryan@quandyfactory.com)\n* Repository: [http://github.com/quandyfactory/dicttoxml](http://github.com/quandyfactory/dicttoxml)\n\nVersion\n=======\n\n* Version: 1.7.16\n* Release Date: 2022-12-23\n\nRevision History\n================\n\nVersion 1.7.16\n--------------\n\n* Release Date: 2022-12-23\n* Changes:\n    * Resolved [issue #98](https://github.com/quandyfactory/dicttoxml/issues/98) and [issue #99](https://github.com/quandyfactory/dicttoxml/issues/99) (big thanks to [adrien-berchet](https://github.com/adrien-berchet) for identifying the issue and proposing the solution)\n    * Added `python_requires=\">=3.6\"` to `setup.py`\n\nVersion 1.7.15\n--------------\n\n* Release Date: 2022-12-02\n* Changes:\n    * Fixed [issue #43](https://github.com/quandyfactory/dicttoxml/issues/43)\n    * Implemented [issue #82](https://github.com/quandyfactory/dicttoxml/issues/82)\n    * Small fixes to readme.md\n\nVersion 1.7.14\n-------------\n\n* Release Date: 2022-12-02\n* Changes:\n    * Handle floating point keys as per [issue #61](https://github.com/quandyfactory/dicttoxml/issues/61)\n    * Option to return string instead of bytes as per [issue #55](https://github.com/quandyfactory/dicttoxml/issues/55)\n    * Reorganized readme.md to have a better flow.\n\nVersion 1.7.13\n-------------\n\n* Release Date: 2022-11-29\n* Changes:\n    * Fixed [issue #53](https://github.com/quandyfactory/dicttoxml/issues/53), dicttoxml(None) and dicttoxml(\"name\") break in 1.7\n    * Fixed [issue #96](https://github.com/quandyfactory/dicttoxml/issues/96), update readme section on debugging\n\nVersion 1.7.12\n-------------\n\n* Release Date: 2022-11-29\n* Changes:\n    * Fixed [issue #95](https://github.com/quandyfactory/dicttoxml/issues/95): changed project.toml to support Python 3.6+ and updated readme documentation.\n\nVersion 1.7.11\n-------------\n\n* Release Date: 2022-11-28\n* Changes:\n    * Simplified solution to issue 94\n\nVersion 1.7.9\n-------------\n\n* Release Date: 2022-11-28\n* Changes:\n    * Fixed [issue #94](https://github.com/quandyfactory/dicttoxml/pull/94)\n\n\nVersion 1.7.8\n-------------\n\n* Release Date: 2022-11-28\n* Changes:\n    * Fixed [issue #67](https://github.com/quandyfactory/dicttoxml/issues/67) and [issue #81](https://github.com/quandyfactory/dicttoxml/issues/81): Boolean values now export into XML in lowercase (true, false) instead of capitalized (True, False).\n\nVersion 1.7.7\n-------------\n\n* Release Date: 2022-11-27\n* Changes:\n    * Fixed [issue #58](https://github.com/quandyfactory/dicttoxml/issues/58) and [issue #60](https://github.com/quandyfactory/dicttoxml/issues/60) on github: debug is turned off by default, and no longer prints \"Debug mode is off\" in the console.\n\nVersion 1.7.6\n-------------\n\n* Release Date: 2022-11-26\n* Changes:\n    * Fixed [issue #88](https://github.com/quandyfactory/dicttoxml/issues/88) on github.\n    * Made XML encoding attribute optional and editable as per [issue 83](https://github.com/quandyfactory/dicttoxml/issues/83) on github.\n\n\nVersion 1.7.5\n-------------\n\n* Release Date: 2022-06-06\n* Changes:\n    * Fixed [isue #91](https://github.com/quandyfactory/dicttoxml/issues/91) on github.\n\nVersion 1.7.4\n-------------\n\n* Release Date: 2016-07-08\n* Changes:\n    * Fixed [bug #46](https://github.com/quandyfactory/dicttoxml/issues/46) on github. Thanks to [robbincatz](https://github.com/robbincatz) for identifying and reporting the issue.\n\nVersion 1.7.3\n-------------\n\n* Release Date: 2016-07-07\n* Changes:\n    * Updated README.markdown\n\nVersion 1.7.2\n-------------\n\n* Release Date: 2016-07-07\n* Changes:\n    * XML-encodes values to avoid XML injection. Big thanks to [thomaskonrad](https://github.com/thomaskonrad) on Github, via [issue #41](https://github.com/quandyfactory/dicttoxml/issues/41).\n\nVersion 1.7.1\n-------------\n\n* Release Date: 2016-07-06\n* Changes:\n    * Added ability to wrap values with CDATA. Big thanks to [LeviTaule](https://github.com/LeviTaule) on Github, via [pull request #45](https://github.com/quandyfactory/dicttoxml/pull/45/files).\n\nVersion 1.7\n-----------\n\n* Release Date: 2016-06-13\n* Changes:\n    * First of all, sorry for such a log delay between releases! I have not been a responsible steward of this project and I aim to change that from now on. This is the first in a series of updates I will be pushing over the next couple of months to get caught up on the backlog of issues and pull requests.\n    * Added ability to customize `list` and `dict` item names via a function argument passed into the `dicttoxml()` function. Customizeable item name function takes the item's parent element as an argument. Big thanks to [viktor-zireael](https://github.com/viktor-zireael) on Github, via [pull request #40](https://github.com/quandyfactory/dicttoxml/pull/40/files).\n    * Updated code style to more closely follow PEP8.\n\nVersion 1.6.6\n-------------\n\n* Release Date: 2015-04-09\n* Changes:\n    * PyPi does not want to upload version 1.6.5. It's returning an `Upload failed (500): Internal Server Error` message when I try to upload the code. I'm incrementing the version by one and reinstalling it to see if that fixes the issue.\n\nVersion 1.6.5\n-------------\n\n* Release Date: 2015-04-09\n* Changes:\n    * Fixed [issue #37](https://github.com/quandyfactory/dicttoxml/issues/37), elements with boolean values were getting a \"number\" type attribute. The issue was that `isinstance(True, numbers.Number)` returns `True`. I modified the `get_xml_type()` function to test for `boolean` before testing for `numbers.Number`. Thanks to [badsequel](https://github.com/badsequel) for identifying and reporting the issue.\n\nVersion 1.6.4\n-------------\n\n* Release Date: 2015-03-11\n* Changes:\n    * Fixed [issue #36](https://github.com/quandyfactory/dicttoxml/issues/36), logging was throwing an UnicodeDecodeError on non-ASCII characters in dictionary values. Thanks to [beef9999](https://github.com/beef9999) for identifying and reporting the issue.\n\nVersion 1.6.3\n-------------\n\n* Release Date: 2015-03-05\n* Changes:\n    * Updated README.markdown to reflect changes made in v. 1.6.2.\n\nVersion 1.6.2\n-------------\n\n* Release Date: 2015-03-05\n* Changes:\n    * Fixed [issue #35](https://github.com/quandyfactory/dicttoxml/issues/35), dicttoxml fails to identify a `decimal.Decimal` as a number. This is done by replacing `type(val).__name__ in ('int', 'long')` with the more generic `isinstance(val, number.Number)`. Thanks to [jmagnusson](https://github.com/jmagnusson) for finding and fixing the error.\n\nVersion 1.6.1\n-------------\n\n* Release Date: 2015-03-05\n* Changes:\n    * Merged [pull request #34](https://github.com/quandyfactory/dicttoxml/pull/34), fix misleading TypeError in `convert_dict()`. Thanks to [jmagnusson](https://github.com/jmagnusson) for finding and fixing the error.\n\nVersion 1.6.0\n-------------\n\n* Release Date: 2015-02-23\n* Changes:\n    * Fixed [issue #32](https://github.com/quandyfactory/dicttoxml/issues/32), duplication in test for list-like data types.\n\nVersion 1.5.9\n-------------\n\n* Release Date: 2015-02-23\n* Changes:\n    * Merged [pull request #33](https://github.com/quandyfactory/dicttoxml/pull/33) to replace invocations of `logging` with `LOG`. Thanks to [mfriedenhagen ](https://github.com/mfriedenhagen) for identifying the issue with the logger, and to [seyhuns](https://github.com/seyhuns) for supplying a pull request that could be merged automatically.\n\nVersion 1.5.8\n-------------\n\n* Release Date: 2015-01-06\n* Changes:\n    * Fixed [issue #30](https://github.com/quandyfactory/dicttoxml/issues/30) via [pull request #31](https://github.com/quandyfactory/dicttoxml/pull/31). Thanks to [isaac-councill](https://github.com/isaac-councill) for identifying the issue and providing a fix.\n\nVersion 1.5.7\n-------------\n\n* Release Date: 2014-12-09\n* Changes:\n    * Fixed [issue #29](https://github.com/quandyfactory/dicttoxml/issues/29). Thanks to [birdsarah](https://github.com/birdsarah) for identifying this performance issue and providing a fix.\n\nVersion 1.5.6\n-------------\n\n* Release Date: 2014-08-18\n* Changes:\n    * Fixed [issue #24](https://github.com/quandyfactory/dicttoxml/issues/24). Thanks to [gdude2002](https://github.com/gdude2002) for identifying the issue.\n    * Abstracted all XML validity tests to a single function `make_valid_xml_name(key, attr)`\n\nVersion 1.5.5\n-------------\n\n* Release Date: 2014-06-16\n* Changes:\n    * Fixed [issue #21](https://github.com/quandyfactory/dicttoxml/pull/21). Thanks to [lichenbo](https://github.com/lichenbo) for identifying the issue and providing a fix.\n    * Abstracted setting XML type attribute into a function, `get_xml_type()`.\n    * Standardized variable names inside functions (e.g. `k` -> `key`, `v` -> `val`).\n    * Cleaned up README so it works as both Markdown (for github) and ReStructuredText (for PyPi)\n\nVersion 1.5.4\n-------------\n\n* Release Date: 2014-06-03\n* Changes:\n    * Fixed [issue #20](https://github.com/quandyfactory/dicttoxml/issues/20).  Thanks to [lichenbo](https://github.com/lichenbo) for identifying the issue and providing a fix.\n\nVersion 1.5.3\n-------------\n\n* Release Date: 2014-06-08\n* Changes:\n    * Minor updates to README.markdown\n\nVersion 1.5.2\n-------------\n\n* Release Date: 2014-06-03\n* Changes:\n    * Minor updates to README.markdown\n\nVersion 1.5.1\n-------------\n\n* Release Date: 2014-06-03\n* Changes:\n    * Minor updates to README.markdown\n\nVersion 1.5\n-----------\n\n* Release Date: 2014-06-03\n* Changes:\n    * Added ability to set a custom root element, as per [issue #18](https://github.com/quandyfactory/dicttoxml/issues/18) by [murielsilveira](https://github.com/murielsilveira).\n\nVersion 1.4\n-----------\n\n* Release Date: 2014-06-03\n* Changes:\n    * Element type attribute made optional via pull request from [gauravub](https://github.com/gauravub] to resolve [issue #17](https://github.com/quandyfactory/dicttoxml/pull/17).\n\nVersion 1.3.7\n-------------\n\n* Release Date: 2014-04-21\n* Changes:\n    * Updated `MANIFEST.in` and `setup.py` so the licence and readme are properly included in the distribution.\n\nVersion 1.3.6\n-------------\n\n* Release Date: 2014-04-21\n* Changes:\n    * Added `MANIFEST.in` to include the `LICENCE.txt` and `README.markdown` files in the distribution, as per [issue #15](https://github.com/quandyfactory/dicttoxml/issues/15).\n\nVersion 1.3.5\n-------------\n\n* Release Date: 2014-04-14\n* Changes:\n    * `dicttoxml()` accepts `[None]` as a parameter and returns a valid XML object, as per [issue #13](https://github.com/quandyfactory/dicttoxml/issues/13).\n\nVersion 1.3.4\n-------------\n\n* Release Date: 2014-04-14\n* Changes:\n    * `dicttoxml()` now accepts `None` as a parameter and returns a valid XML object, as per [issue #13](https://github.com/quandyfactory/dicttoxml/issues/13).\n\nVersion 1.3.3\n-------------\n\n* Release Date: 2014-04-14\n* Changes:\n    * Automatically converts spaces in key names to underscores, as per [issue #12](https://github.com/quandyfactory/dicttoxml/pull/12).\n\nVersion 1.3.2\n-------------\n\n* Release Date: 2014-04-14\n* Changes:\n    * Added convert_none() function to convert a null value into XML\n    * Added `key_is_valid_xml()` function to test if a key is valid XML\n    * Updated `convert_kv()`, `convert_bool()` and `convert_none()` functions to test whether the key is a valid XML name and, if it is not, to render it as `<key name=\"{invalidname}\">value</key>`. This addresses [issue 10](https://github.com/quandyfactory/dicttoxml/issues/10).\n\nVersion 1.3.1\n-------------\n\n* Release Date: 2013-07-12\n* Changes:\n    * Updated README to note support for dict-like and iterable objects.\n\nVersion 1.3\n-----------\n\n* Release Date: 2013-07-12\n* Changes:\n    * changed test for dict type from `type(x)=dict` to `isinstance(x,dict)` to include dict-like subclases derived from dict, as per [issue 9](https://github.com/quandyfactory/dicttoxml/issues/9).\n    * Added test for `isinstance(x,collections.Iterable)` to test for list, set, tuple to accommodate iterable objects, as per [issue 9](https://github.com/quandyfactory/dicttoxml/issues/9).\n\nVersion 1.2\n-----------\n\n* Release Date: 2013-07-11\n* Changes:\n    * Fixed typo in convert_list() exception raise as per [issue 8](https://github.com/quandyfactory/dicttoxml/issues/8).\n\nVersion 1.1.2\n-------------\n\n* Release Date: 2013-05-06\n* Changes:\n    * Renamed github repo from dict2xml to dicttoxml to match PyPI name.\n\nVersion 1.1.1\n-------------\n\n* Release Date: 2013-05-06\n* Changes:\n    * Fixed README.markdown\n\nVersion 1.1\n-----------\n\n* Release Date: 2013-05-06\n* Changes:\n    * Added an optional `ids` argument to give each element a unique, randomly generated id attribute.\n    * All elements now inlcude a `type` attribute.\n    * Updated readme with more examples and Python 3 compatible syntax.\n    * Thanks to [cpetz](https://github.com/cpetz) for [suggesting](https://github.com/quandyfactory/dicttoxml/issues/7) this feature.\n\nVerson 1.0\n----------\n\n* Release Date: 2013-03-04\n* Changes:\n    * Replaced debug function with `logging` module.\n    * Converted code to work in Python 2.6+ and Python 3.\n    * Fixed unresolved isoformat reference in `convert_list`.\n    * Bug thanks to [regisd](https://github.com/regisd) for forking code and making several important fixes!\n\nVersion 0.9.1\n-------------\n\n* Release Date: 2013-03-03\n* Changes:\n    * Merged [pull request](https://github.com/quandyfactory/dicttoxml/pull/5) from [regisd](https://github.com/regisd) to fix [issue #5](https://github.com/quandyfactory/dicttoxml/issues/5), in which special XML characters were not being escaped properly.\n\nVersion 0.9\n-----------\n\n* Release Date: 2013-02-27\n* Changes:\n    * Added support for tuples.\n\nVersion 0.8\n-----------\n\n* Release Date: 2013-02-23\n* Changes:\n    * Changed name to dicttoxml and published to the Python Package Index (PyPI).\n\nVersion 0.7\n-----------\n\n* Release Date: 2012-09-12\n* Changes:\n    * Fixed [issue #4](https://github.com/quandyfactory/dicttoxml/issues/4) - thanks to PaulMdx for finding it and suggesting a fix.\n\nVersion 0.6\n-----------\n\n* Release Date: 2012-07-13\n* Changes:\n    * Merged pull request from [0902horn](https://github.com/0902horn/dicttoxml) on github to escape special XML characters.\n\nVersion 0.5\n-----------\n\n* Release Date: 2012-02-28\n* Changes:\n    * Added support for datetime objects (converts them into ISO format strings) and sets (converts them into lists).\n    * Fixed [bug 2](https://github.com/quandyfactory/dicttoxml/issues/2) by raising an exception on unsupported data types.\n\nVersion 0.4\n-----------\n\n* Release Date: 2012-01-26\n* Changes:\n    * Added optional `root` argument (default `True`) on whether to wrap the generated XML in an XML declaration and a root element.\n    * Added ability to convert a root object of other data types - int, float, str, unicode, list - as well as dict.\n    * Corrected `license` attribute in `setup.py`.\n    * Renamed `notify()` function to `debug_notify()` and made it more comprehensive.\n\nVersion 0.3\n-----------\n\n* Release Date: 2012-01-24\n* Changes:\n    * Fixed inconsistent str/string attributes.\n\nVersion 0.2\n-----------\n\n* Release Date: 2012-01-24\n* Changes:\n    * Fixed bug in list items.\n    * Added element attribute with data type.\n\nVersion 0.1\n-----------\n\n* Release Date: 2012-01-24\n* Changes:\n    * First commit.\n\nCopyright and Licence\n=====================\n\nCopyright 2012 by Ryan McGreal.\n\nReleased under the GNU General Public Licence, Version 2:  \n<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n",
    "bugtrack_url": null,
    "license": "GNU GENERAL PUBLIC LICENSE  Version 2, June 1991  Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA  Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.  Preamble  The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too.  When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.  To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it.  For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.  We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software.  Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations.  Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all.  The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION  0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The \"Program\", below, refers to any such program or work, and a \"work based on the Program\" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term \"modification\".) Each licensee is addressed as \"you\".  Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does.  1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.  You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.  2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:  a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)  These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it.  Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program.  In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License.  3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:  a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.)  The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable.  If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code.  4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.  5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.  6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License.  7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program.  If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances.  It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.  This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License.  8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License.  9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.  Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and \"any later version\", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation.  10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.  NO WARRANTY  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ",
    "summary": "Converts a Python dictionary or other native data type into a valid XML string.",
    "version": "1.7.16",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "ee76a16eac2f1abbbbd790926e1a9972",
                "sha256": "8677671496d0d38e66c7179f82a7e9059f94887777955dc71b0ac602ee637c26"
            },
            "downloads": -1,
            "filename": "dicttoxml-1.7.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee76a16eac2f1abbbbd790926e1a9972",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 24155,
            "upload_time": "2022-12-23T16:07:15",
            "upload_time_iso_8601": "2022-12-23T16:07:15.312438Z",
            "url": "https://files.pythonhosted.org/packages/09/40/9d521973cae7f7ef8b1f0d0e28a3db0f851c1f1dca45d4c2ed5360bb7246/dicttoxml-1.7.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f4853a05c41f9056172447d4e59517b9",
                "sha256": "6f36ce644881db5cd8940bee9b7cb3f3f6b7b327ba8a67d83d3e2caa0538bf9d"
            },
            "downloads": -1,
            "filename": "dicttoxml-1.7.16.tar.gz",
            "has_sig": false,
            "md5_digest": "f4853a05c41f9056172447d4e59517b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 39314,
            "upload_time": "2022-12-23T16:07:17",
            "upload_time_iso_8601": "2022-12-23T16:07:17.189596Z",
            "url": "https://files.pythonhosted.org/packages/ee/c9/3132427f9e64d572688e6a1cbe3d542d1a03f676b81fb600f3d1fd7d2ec5/dicttoxml-1.7.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-23 16:07:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "quandyfactory",
    "github_project": "dicttoxml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dicttoxml"
}
        
Elapsed time: 0.02594s