CHANGELOG.md
LICENSE
MANIFEST.in
README.md
app_launcher.py
pyproject.toml
pytest.ini
setup.py
app/__init__.py
app/_version.py
app/analyzer.py
app/routes.py
app/static/css/d3-lineage.css
app/static/css/lineage.css
app/static/css/styles.css
app/static/img/logo.png
app/static/js/app.js
app/static/js/d3-lineage.js
app/static/js/lineage.js
app/templates/expensive_queries.html
app/templates/index.html
app/templates/lineage.html
app/templates/query_details.html
app/templates/table_details.html
app/templates/table_stats.html
tests/README.md
tests/conftest.py
tests/fixtures/init.sql
tests/functional/test_routes.py
tests/integration/test_database_integration.py
tests/unit/test_analyzer.py