A Python extension module that wraps google-diff-match-patch's C++ implementation for performing very fast string comparisons. google-diff-match-patch is a Google ...
Simple Python library to parse and interact with unified diff data. Load unified diff data by instantiating PatchSet with a file-like object as argument, or using PatchSet.from_filename class method ...