LICENSE
README.md
pyproject.toml
src/matchbox/__init__.py
src/matchbox/client/__init__.py
src/matchbox/client/_handler.py
src/matchbox/client/_settings.py
src/matchbox/client/dags.py
src/matchbox/client/results.py
src/matchbox/client/visualisation.py
src/matchbox/client/clean/__init__.py
src/matchbox/client/clean/lib.py
src/matchbox/client/clean/utils.py
src/matchbox/client/clean/steps/__init__.py
src/matchbox/client/clean/steps/clean_basic.py
src/matchbox/client/clean/steps/clean_basic_original.py
src/matchbox/client/helpers/__init__.py
src/matchbox/client/helpers/cleaner.py
src/matchbox/client/helpers/comparison.py
src/matchbox/client/helpers/index.py
src/matchbox/client/helpers/selector.py
src/matchbox/client/models/__init__.py
src/matchbox/client/models/models.py
src/matchbox/client/models/dedupers/__init__.py
src/matchbox/client/models/dedupers/base.py
src/matchbox/client/models/dedupers/naive.py
src/matchbox/client/models/linkers/__init__.py
src/matchbox/client/models/linkers/base.py
src/matchbox/client/models/linkers/deterministic.py
src/matchbox/client/models/linkers/splinklinker.py
src/matchbox/client/models/linkers/weighteddeterministic.py
src/matchbox/common/__init__.py
src/matchbox/common/arrow.py
src/matchbox/common/db.py
src/matchbox/common/dtos.py
src/matchbox/common/exceptions.py
src/matchbox/common/graph.py
src/matchbox/common/hash.py
src/matchbox/common/logging.py
src/matchbox/common/sources.py
src/matchbox/common/transform.py
src/matchbox/common/factories/__init__.py
src/matchbox/common/factories/dags.py
src/matchbox/common/factories/entities.py
src/matchbox/common/factories/models.py
src/matchbox/common/factories/sources.py
src/matchbox/server/__init__.py
src/matchbox/server/base.py
src/matchbox/server/api/__init__.py
src/matchbox/server/api/arrow.py
src/matchbox/server/api/cache.py
src/matchbox/server/api/routes.py
src/matchbox/server/postgresql/__init__.py
src/matchbox/server/postgresql/adapter.py
src/matchbox/server/postgresql/db.py
src/matchbox/server/postgresql/mixin.py
src/matchbox/server/postgresql/orm.py
src/matchbox/server/postgresql/benchmark/__init__.py
src/matchbox/server/postgresql/benchmark/cluster_pipeline.py
src/matchbox/server/postgresql/benchmark/generate_tables.py
src/matchbox/server/postgresql/benchmark/query.py
src/matchbox/server/postgresql/utils/__init__.py
src/matchbox/server/postgresql/utils/db.py
src/matchbox/server/postgresql/utils/insert.py
src/matchbox/server/postgresql/utils/query.py
src/matchbox/server/postgresql/utils/results.py
src/matchbox_db.egg-info/PKG-INFO
src/matchbox_db.egg-info/SOURCES.txt
src/matchbox_db.egg-info/dependency_links.txt
src/matchbox_db.egg-info/requires.txt
src/matchbox_db.egg-info/top_level.txt