A Python library for deep comparison of nested structures like dicts, lists, and iterables. Current version 0.4.0 (beta). Active development with monthly releases.
pip install deepcomparerVerified import paths — ran on the pinned version, not inferred.
Compare two nested dicts and print differences.
Pin to exact version in requirements.txt, e.g. deepcomparer==0.4.0
Ensure lists are sorted before comparison if order is irrelevant.
Convert custom iterables to list/dict if deep comparison should treat them same.
No dependency data recorded yet.