The textproc/py-patiencediff,python3 port
py3-patiencediff-0.1.0p1 – Python implementation of the patiencediff algorithm
(cvsweb
github)
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
WWW:
https://pypi.org/project/patiencediff/
Maintainer
The OpenBSD ports mailing-list
Categories
lang/python
textproc
Build dependencies
Run dependencies
- /usr/local/lib/python3.8/site-packages/patiencediff-0.1.0-py3.8.egg-info/
- /usr/local/lib/python3.8/site-packages/patiencediff-0.1.0-py3.8.egg-info/PKG-INFO
- /usr/local/lib/python3.8/site-packages/patiencediff-0.1.0-py3.8.egg-info/SOURCES.txt
- /usr/local/lib/python3.8/site-packages/patiencediff-0.1.0-py3.8.egg-info/dependency_links.txt
- /usr/local/lib/python3.8/site-packages/patiencediff-0.1.0-py3.8.egg-info/top_level.txt
- /usr/local/lib/python3.8/site-packages/patiencediff/
- /usr/local/lib/python3.8/site-packages/patiencediff/__init__.py
- /usr/local/lib/python3.8/site-packages/patiencediff/__pycache__/
- /usr/local/lib/python3.8/site-packages/patiencediff/__pycache__/__init__.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/patiencediff/__pycache__/_patiencediff_py.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/patiencediff/__pycache__/test_patiencediff.cpython-38.pyc
- /usr/local/lib/python3.8/site-packages/patiencediff/_patiencediff_c.cpython-38.so
- /usr/local/lib/python3.8/site-packages/patiencediff/_patiencediff_py.py
- /usr/local/lib/python3.8/site-packages/patiencediff/test_patiencediff.py