DataDiff for Python

Anonymous Dave Brondsema

DataDiff is a library to provide human-readable diffs of python data structures. It can handle sequence types (lists, tuples, etc), sets, and dictionaries. To install, use your existing python package management:

$ pip install datadiff