Can you add some type hints to the package? MyPy complains that type hints are not present:
error: Skipping analyzing "dict2xml": module is installed, but missing library stubs or py.typed marker [import-untyped]
Pypi.org doesn't have a separate types package for dict2xml either.