The textproc/py-patiencediff,python3 port
py3-patiencediff-0.2.15 – Python implementation of the patiencediff algorithm (cvsweb github mirror)
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 (_patiencediff_c.c); this implementation is faster, but requires a C compiler and is less readable. It may also be called from the command line: - python3 -m patiencediff file_a file_bWWW: https://pypi.org/project/patiencediff/
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/bin/patiencediff
- /usr/local/lib/python3.11/site-packages/patiencediff-0.2.15.dist-info/
- /usr/local/lib/python3.11/site-packages/patiencediff-0.2.15.dist-info/AUTHORS
- /usr/local/lib/python3.11/site-packages/patiencediff-0.2.15.dist-info/COPYING
- /usr/local/lib/python3.11/site-packages/patiencediff-0.2.15.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/patiencediff-0.2.15.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/patiencediff-0.2.15.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/patiencediff-0.2.15.dist-info/entry_points.txt
- /usr/local/lib/python3.11/site-packages/patiencediff-0.2.15.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/patiencediff/
- /usr/local/lib/python3.11/site-packages/patiencediff/__init__.py
- /usr/local/lib/python3.11/site-packages/patiencediff/__main__.py
- /usr/local/lib/python3.11/site-packages/patiencediff/__pycache__/
- /usr/local/lib/python3.11/site-packages/patiencediff/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/patiencediff/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/patiencediff/__pycache__/__main__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/patiencediff/__pycache__/__main__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/patiencediff/__pycache__/_patiencediff_py.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/patiencediff/__pycache__/_patiencediff_py.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/patiencediff/__pycache__/test_patiencediff.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/patiencediff/__pycache__/test_patiencediff.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/patiencediff/_patiencediff_c.cpython-311.so
- /usr/local/lib/python3.11/site-packages/patiencediff/_patiencediff_py.py
- /usr/local/lib/python3.11/site-packages/patiencediff/py.typed
- /usr/local/lib/python3.11/site-packages/patiencediff/test_patiencediff.py