Install python3-xmltodict by entering the following commands in the terminal:
sudo apt update sudo apt install python3-xmltodict
Description:
Makes working with XML feel like you are working with JSON (Python 3)
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 3 version of the library.
Homepage: https://github.com/martinblech/xmltodict
Version: 0.11.0-1
Section: universe/python