LICENSE
README.md
pyproject.toml
autolineage/__init__.py
autolineage/auto.py
autolineage/auto_legacy.py
autolineage/cli.py
autolineage/database.py
autolineage/df_tracker.py
autolineage/graph.py
autolineage/hooks.py
autolineage/hooks_legacy.py
autolineage/magic.py
autolineage/reporter.py
autolineage/tracker.py
autolineage/transform_hooks.py
autolineage.egg-info/PKG-INFO
autolineage.egg-info/SOURCES.txt
autolineage.egg-info/dependency_links.txt
autolineage.egg-info/entry_points.txt
autolineage.egg-info/requires.txt
autolineage.egg-info/top_level.txt
autolineage/core/__init__.py
autolineage/core/analyzer.py
autolineage/core/tracker.py
autolineage/hooks/__init__.py
autolineage/hooks/lightgbm_hooks.py
autolineage/hooks/numpy_hooks.py
autolineage/hooks/pandas_io.py
autolineage/hooks/pandas_transform.py
autolineage/hooks/polars_hooks.py
autolineage/hooks/pyspark_hooks.py
autolineage/hooks/registry.py
autolineage/hooks/sklearn_hooks.py
autolineage/hooks/xgboost_hooks.py
tests/test_database.py
tests/test_df_tracker.py
tests/test_integration.py
tests/test_tracker.py
tests/test_v2.py