blob: 4eecaeb4be0a7bdc2a39a30de5f6a9bfbdd763ff (
plain) (
blame)
1
2
3
4
5
6
7
|
This module provides only 2 methods, XMLin and XMLout. XMLin convert xml
to python object, and XMLout python object to xml.
This module is inspired by XML::Simple in CPAN, but some options of
XML::Simple are not supported.
WWW: https://pypi.org/project/pyxml2obj/
|