A useful Python module for a xml to dictionary converter
make getting xml into a Python dict easy
I needed to compare 2 xml files to see where they differed and it's not so easy. I think that this module will help.
xmltodict is a Python module that makes working with XML feel like you are working with JSON …