LICENSE.md
MANIFEST.in
README.md
pyproject.toml
setup.py
doc/source/conf.py
sdiff/__init__.py
sdiff/__main__.py
sdiff/chunk.py
sdiff/myers.py
sdiff/numpy.py
sdiff/sequence.py
sdiff.egg-info/PKG-INFO
sdiff.egg-info/SOURCES.txt
sdiff.egg-info/dependency_links.txt
sdiff.egg-info/entry_points.txt
sdiff.egg-info/not-zip-safe
sdiff.egg-info/requires.txt
sdiff.egg-info/top_level.txt
sdiff/cli/__init__.py
sdiff/cli/func_util.py
sdiff/cli/path_util.py
sdiff/cli/processor.py
sdiff/contextual/__init__.py
sdiff/contextual/base.py
sdiff/contextual/magic
sdiff/contextual/path.py
sdiff/contextual/table.py
sdiff/contextual/text.py
sdiff/cython/__init__.py
sdiff/cython/cmyers.c
sdiff/cython/cmyers.pyx
sdiff/cython/compare.c
sdiff/cython/compare.pxd
sdiff/cython/compare.pyx
sdiff/presentation/__init__.py
sdiff/presentation/base.py
sdiff/presentation/string_tools.py
tests/__init__.py
tests/conftest.py
tests/test_chunk.py
tests/test_cmyers.py
tests/test_myers.py
tests/test_numpy.py
tests/test_path_util.py
tests/test_sequence.py
tests/test_string_tools.py
tests/util.py
tests/contextual/__init__.py
tests/contextual/test_table.py
tests/test_script/__init__.py
tests/test_script/test_main.py
tests/test_script/util.py