Name: | python3-patiencediff |
---|---|
Version: | 0.2.15 |
Release: | 2.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 136028 |
License: | GPL-2.0-or-later |
RPM: | python3-patiencediff-0.2.15-2.el10_0.x86_64.rpm |
Source RPM: | python-patiencediff-0.2.15-2.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.breezy-vcs.org/ |
Summary: | Python implementation of the patiencediff algorithm |
Description: | This package contains the implementation of the patiencediff algorithm, as first described by Bram Cohen. Like Python's difflib, this module provides both a convenience unified_diff function for the generation of unified diffs of text files as well as a SequenceMatcher that can be used on arbitrary lists. Patiencediff provides a good balance of performance, nice output for humans, and implementation simplicity. |