[ buster ]
[ 源代码: python-dicttoxml ]
软件包:python-dicttoxml(1.7.4-1)
python-dicttoxml 的相关链接
Debian 的资源:
下载源码包 python-dicttoxml:
- [python-dicttoxml_1.7.4-1.dsc]
- [python-dicttoxml_1.7.4.orig.tar.gz]
- [python-dicttoxml_1.7.4-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
Python module for converting dict into a XML string
dicttoxml is a Python module for a Python dictionary or other native data type into a valid XML string.
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.