Install python-xmltodict by entering the following commands in the terminal:
sudo apt update sudo apt install python-xmltodict
Description:
Makes working with XML feel like you are working with JSON (Python 2)
xmltodict is a Python module that makes working with XML feel like you are working with JSON. xmltodict is very fast (Expat-based) and has a streaming mode with a small memory footprint, suitable for big XML dumps. . This package provides the Python 2 version of the library.
Homepage: https://github.com/martinblech/xmltodict
Version: 0.11.0-1
Section: universe/python