CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
PUBLISHING.md
README.md
SECURITY.md
SUPPORT.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/release.yml
examples/basic_usage.py
examples/batch_evaluation.py
examples/custom_weights.py
examples/sample_data_usage.py
slice/SYNTAX.py
slice/SchemaLineageEvaluator.py
slice/__init__.py
slice/cli.py
slice/constants.py
slice/eval.py
slice/string_parsers.py
slice/data/__init__.py
slice/data/loaders.py
slice/data/datasets/generated.json
slice/data/datasets/human_labeled.json
slice/data/datasets/index.csv
slice_score.egg-info/PKG-INFO
slice_score.egg-info/SOURCES.txt
slice_score.egg-info/dependency_links.txt
slice_score.egg-info/entry_points.txt
slice_score.egg-info/requires.txt
slice_score.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_data_loaders.py
tests/test_eval.py
tests/test_schema_lineage_evaluator.py
tests/test_string_parsers.py