Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37402779
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python3-module-patiencediff

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.2.4-alt1
Время сборки: 21 октября 2022, 14:50 ( 78.0 недели назад )
Размер архива: 29.04 Kb

Домашняя страница:   https://github.com/breezy-team/patiencediff

Лицензия: GPLv2
О пакете: This package contains the implementation of the patiencediff algorithm, as first described by Bram Cohen.
Описание:

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

Текущий майнтейнер: Anatoly Kitaikin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • python3-module-patiencediff
  • python3-module-patiencediff-debuginfo
  • python3-module-patiencediff-tests
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin