LICENSE
NOTICE
README.md
pyproject.toml
src/uniqdiff/__init__.py
src/uniqdiff/__main__.py
src/uniqdiff/_typing.py
src/uniqdiff/_utils.py
src/uniqdiff/_version.py
src/uniqdiff/bloom.py
src/uniqdiff/cli.py
src/uniqdiff/core.py
src/uniqdiff/disk.py
src/uniqdiff/exceptions.py
src/uniqdiff/fields.py
src/uniqdiff/fuzzy.py
src/uniqdiff/normalizers.py
src/uniqdiff/planner.py
src/uniqdiff/py.typed
src/uniqdiff/result.py
src/uniqdiff/schema.py
src/uniqdiff/streaming.py
src/uniqdiff/tokens.py
src/uniqdiff.egg-info/PKG-INFO
src/uniqdiff.egg-info/SOURCES.txt
src/uniqdiff.egg-info/dependency_links.txt
src/uniqdiff.egg-info/entry_points.txt
src/uniqdiff.egg-info/requires.txt
src/uniqdiff.egg-info/top_level.txt
src/uniqdiff/connectors/__init__.py
src/uniqdiff/connectors/base.py
src/uniqdiff/connectors/files.py
src/uniqdiff/connectors/registry.py
src/uniqdiff/engine/__init__.py
src/uniqdiff/io/__init__.py
src/uniqdiff/io/readers.py
src/uniqdiff/output/__init__.py
src/uniqdiff/output/events.py
src/uniqdiff/output/jsonl.py
src/uniqdiff/output/result_files.py
src/uniqdiff/storage/__init__.py
src/uniqdiff/storage/codec.py
src/uniqdiff/storage/external_sort.py
src/uniqdiff/storage/memory.py
src/uniqdiff/storage/partition.py
src/uniqdiff/storage/protocols.py
src/uniqdiff/storage/sqlite.py
src/uniqdiff/strategies/__init__.py
tests/test_bloom.py
tests/test_cli.py
tests/test_connectors.py
tests/test_core.py
tests/test_disk_mode.py
tests/test_docs.py
tests/test_engine_facade.py
tests/test_events.py
tests/test_fields.py
tests/test_file_result_mode.py
tests/test_files.py
tests/test_fuzzy.py
tests/test_memory_backend.py
tests/test_planner.py
tests/test_properties.py
tests/test_public_api.py
tests/test_schema.py
tests/test_storage_codec.py
tests/test_streaming.py
tests/test_tokens.py