Package python3-module-dicttoxml: Information
Source package: python3-module-dicttoxml
Version: 1.7.16-alt1
Build time: May 18, 2023, 08:40 AM
Category: Development/Python3
Report package bugHome page: https://pypi.python.org/pypi/dicttoxml
License: GPLv2
Summary: Converts a Python dictionary or other native data type into a valid XML string
Description:
Converts a Python dictionary or other native data type into a valid XML string. Supports item (int, float, long, bool, str, unicode, datetime, none) 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.
Maintainer: Grigory Ustinov
List of contributors:
Grigory Ustinov
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Grigory Ustinov
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Last changed
May 17, 2023 Grigory Ustinov 1.7.16-alt1
- Build new version.
July 28, 2021 Grigory Ustinov 1.7.4-alt2
- Drop python2 support.
Jan. 11, 2017 Igor Vlasenko 1.7.4-alt1
- automated PyPI update