.gitignore
LICENSE
Makefile
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/python-package.yml
src/tabularcompare/__init__.py
src/tabularcompare/app.py
src/tabularcompare/compare.py
src/tabularcompare/utils.py
src/tabularcompare.egg-info/PKG-INFO
src/tabularcompare.egg-info/SOURCES.txt
src/tabularcompare.egg-info/dependency_links.txt
src/tabularcompare.egg-info/entry_points.txt
src/tabularcompare.egg-info/requires.txt
src/tabularcompare.egg-info/top_level.txt
tests/__init__.py
tests/test_app.py
tests/test_compare.py