LICENSE
README.md
setup.py
nested_diff/__init__.py
nested_diff/cli.py
nested_diff/diff_tool.py
nested_diff/formatters.py
nested_diff/handlers.py
nested_diff/patch_tool.py
nested_diff.egg-info/PKG-INFO
nested_diff.egg-info/SOURCES.txt
nested_diff.egg-info/dependency_links.txt
nested_diff.egg-info/entry_points.txt
nested_diff.egg-info/not-zip-safe
nested_diff.egg-info/requires.txt
nested_diff.egg-info/top_level.txt
tests/test_custom_containers.py
tests/test_diff.py
tests/test_fmt_html.py
tests/test_fmt_term.py
tests/test_fmt_text.py
tests/test_handlers.py
tests/test_iterator.py
tests/test_patch.py