
Simple Python library to parse and interact with unified diff data
Python's standard library has a difflib module which generates diffs, but cannot read or apply existing patch files. This module can do that.
This package installs the library for Python 2.