README.md
pyproject.toml
piiwatch/__init__.py
piiwatch/cli.py
piiwatch/engine.py
piiwatch/file_discovery.py
piiwatch/scoring.py
piiwatch.egg-info/PKG-INFO
piiwatch.egg-info/SOURCES.txt
piiwatch.egg-info/dependency_links.txt
piiwatch.egg-info/entry_points.txt
piiwatch.egg-info/requires.txt
piiwatch.egg-info/top_level.txt
piiwatch/ai/__init__.py
piiwatch/ai/anthropic_provider.py
piiwatch/ai/classifier.py
piiwatch/ai/factory.py
piiwatch/ai/openai_provider.py
piiwatch/ai/provider.py
piiwatch/detectors/__init__.py
piiwatch/detectors/api_key.py
piiwatch/detectors/base.py
piiwatch/detectors/credit_card.py
piiwatch/detectors/email.py
piiwatch/detectors/phone.py
piiwatch/detectors/registry.py
piiwatch/detectors/ssn.py
piiwatch/reporting/__init__.py
piiwatch/reporting/csv_reporter.py
piiwatch/reporting/html_reporter.py
piiwatch/reporting/markdown_reporter.py
piiwatch/reporting/sarif_reporter.py
piiwatch/reporting/terminal.py
tests/test_ai_classifier.py
tests/test_api_key.py
tests/test_cli.py
tests/test_credit_card.py
tests/test_email.py
tests/test_engine.py
tests/test_engine_ai_integration.py
tests/test_phone.py
tests/test_reporting_csv.py
tests/test_reporting_html.py
tests/test_reporting_markdown.py
tests/test_reporting_sarif.py
tests/test_ssn.py