LICENSE
README.md
pyproject.toml
src/magebin/__init__.py
src/magebin/__main__.py
src/magebin/cli.py
src/magebin/clustering.py
src/magebin/completeness.py
src/magebin/config.py
src/magebin/dataset.py
src/magebin/evidence.py
src/magebin/graph.py
src/magebin/metrics.py
src/magebin/model.py
src/magebin/pipeline.py
src/magebin.egg-info/PKG-INFO
src/magebin.egg-info/SOURCES.txt
src/magebin.egg-info/dependency_links.txt
src/magebin.egg-info/entry_points.txt
src/magebin.egg-info/requires.txt
src/magebin.egg-info/top_level.txt
tests/test_cli.py
tests/test_completeness.py
tests/test_config.py
tests/test_evidence.py
tests/test_graph.py
tests/test_metrics.py
tests/test_model.py
tests/test_pipeline.py