1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: python-dicttoxml
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Marcos Fouces <mfouces@yahoo.es>
Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/dicttoxml/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-dicttoxml.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-dicttoxml.git
Package: python-dicttoxml
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: 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.
Package: python3-dicttoxml
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python 3 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.
.
This is the Python 3 version of the package.
|