Source: python-xmltodict Section: python Maintainer: Sebastien Badia Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Build-Depends-Indep: python3-coverage , python3-pytest , Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/debian/python-xmltodict Vcs-Git: https://salsa.debian.org/debian/python-xmltodict.git Homepage: https://github.com/martinblech/xmltodict Package: python3-xmltodict Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, 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.