README.md
pyproject.toml
drc_scanner/__init__.py
drc_scanner/cli.py
drc_scanner/indicative.py
drc_scanner.egg-info/PKG-INFO
drc_scanner.egg-info/SOURCES.txt
drc_scanner.egg-info/dependency_links.txt
drc_scanner.egg-info/entry_points.txt
drc_scanner.egg-info/requires.txt
drc_scanner.egg-info/top_level.txt
drc_scanner/connectors/__init__.py
drc_scanner/connectors/base.py
drc_scanner/connectors/bigquery_conn.py
drc_scanner/connectors/dialect.py
drc_scanner/connectors/dialect_connector.py
drc_scanner/connectors/guard.py
drc_scanner/connectors/postgres.py
drc_scanner/passport/__init__.py
drc_scanner/passport/builder.py
drc_scanner/passport/models.py
drc_scanner/passport/signing.py
drc_scanner/pii/__init__.py
drc_scanner/pii/detector.py
drc_scanner/pii/patterns.py
drc_scanner/profiling/__init__.py
drc_scanner/profiling/concentration.py
drc_scanner/profiling/engine.py
drc_scanner/profiling/heuristics.py
drc_scanner/profiling/inventory.py
drc_scanner/profiling/model.py
drc_scanner/profiling/statistics.py
drc_scanner/profiling/suggestions.py
drc_scanner/profiling/timeseries.py
tests/test_dialects.py
tests/test_guard.py
tests/test_metrics.py
tests/test_passport.py
tests/test_pii.py
tests/test_security.py
tests/test_signing.py