LICENSE
README.md
pyproject.toml
samatch/__init__.py
samatch/_candidate_search.py
samatch/_diagnostics.py
samatch/_evaluate.py
samatch/_gps.py
samatch/_mahalanobis.py
samatch/_match.py
samatch/_match_3way.py
samatch/_match_common.py
samatch/_utils_math.py
samatch/_validate.py
samatch/_weighting.py
samatch/datasets.py
samatch.egg-info/PKG-INFO
samatch.egg-info/SOURCES.txt
samatch.egg-info/dependency_links.txt
samatch.egg-info/requires.txt
samatch.egg-info/top_level.txt
samatch/data/sample_3group.csv
samatch/data/sample_4group.csv
tests/test_api.py
tests/test_candidate_search.py
tests/test_covariate_validation.py
tests/test_data_fingerprint.py
tests/test_empty_match.py
tests/test_golden.py
tests/test_gps_validation.py
tests/test_hand_computed.py
tests/test_kdtree_pruning.py
tests/test_match_engine.py
tests/test_matching.py
tests/test_packaging.py
tests/test_parameter_validation.py
tests/test_smd_balance.py
tests/test_treatment_labels.py
tests/test_weighting_and_effects.py