summaryrefslogtreecommitdiff
path: root/textproc/py-dicttoxml/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-dicttoxml/DESCR')
-rw-r--r--textproc/py-dicttoxml/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/textproc/py-dicttoxml/DESCR b/textproc/py-dicttoxml/DESCR
new file mode 100644
index 00000000000..7522327f82a
--- /dev/null
+++ b/textproc/py-dicttoxml/DESCR
@@ -0,0 +1,8 @@
+This module converts a Python dictionary or other native data type into a
+valid XML string.
+
+Supported item are int, float, long, decimal.Decimal, bool, str, unicode,
+datetime, None and other number-like objects. Supported collection are
+list, set, tuple and dict, as well as iterable and dict-like objects.
+Items with a datetime type are converted to ISO format strings. Items
+with a None type become empty XML elements.