python3-xmltodict

Makes working with XML feel like you are working with JSON (Python 3)
  https://github.com/martinblech/xmltodict
  0
  no reviews



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.