Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37518752
en ru br
ALT Linux repos
S:0.2.4-alt1

Group :: Development/Python
RPM: python3-module-patiencediff

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.2.4-alt1
Build date: 21 october 2022, 14:50 ( 78.9 weeks ago )
Size: 29.04 Kb

Home page:   https://github.com/breezy-team/patiencediff

License: GPLv2
Summary: This package contains the implementation of the patiencediff algorithm, as first described by Bram Cohen.
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 convience 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.

The code in this package was extracted from the Bazaar code base.

The package comes with two implementations:

- A Python implementation (_patiencediff_py.py); this implementation only requires a Python interpreter and
  is the more readable version of the two
- A C implementation implementation (_patiencediff_c.c); this implementation is faster, but requires a C compiler
  and is less readable

This module is built for python 2.7

Current maintainer: Anatoly Kitaikin

List of contributors

List of rpms provided by this srpm:

  • python3-module-patiencediff
  • python3-module-patiencediff-debuginfo
  • python3-module-patiencediff-tests
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin