LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/dedupeflow/__init__.py
src/dedupeflow/cli.py
src/dedupeflow/data.json
src/dedupeflow/py.typed
src/dedupeflow.egg-info/PKG-INFO
src/dedupeflow.egg-info/SOURCES.txt
src/dedupeflow.egg-info/dependency_links.txt
src/dedupeflow.egg-info/entry_points.txt
src/dedupeflow.egg-info/requires.txt
src/dedupeflow.egg-info/top_level.txt
src/dedupeflow/__pycache__/__init__.cpython-312.pyc
src/dedupeflow/__pycache__/cli.cpython-312.pyc
src/dedupeflow/comparators/__init__.py
src/dedupeflow/comparators/numeric.py
src/dedupeflow/comparators/__pycache__/__init__.cpython-312.pyc
src/dedupeflow/comparators/__pycache__/numeric.cpython-312.pyc
test/test_numeric.py