LICENSE
README.md
pyproject.toml
calwash/__init__.py
calwash/__main__.py
calwash/ai.py
calwash/auth.py
calwash/cleaner.py
calwash/cli.py
calwash/dates.py
calwash/patterns.py
calwash/py.typed
calwash/redaction.py
calwash/restore.py
calwash/validators.py
calwash.egg-info/PKG-INFO
calwash.egg-info/SOURCES.txt
calwash.egg-info/dependency_links.txt
calwash.egg-info/entry_points.txt
calwash.egg-info/requires.txt
calwash.egg-info/top_level.txt
calwash/data/__init__.py
calwash/data/credentials.json
calwash/engine/__init__.py
calwash/engine/patterns/__init__.py
calwash/engine/patterns/base.py
calwash/engine/patterns/compatibility.py
calwash/engine/patterns/detectors/__init__.py
calwash/engine/patterns/detectors/base_detector.py
calwash/engine/patterns/detectors/email_detector.py
calwash/engine/patterns/detectors/phone_detector.py
calwash/engine/patterns/detectors/ssn_detector.py
calwash/engine/patterns/registry/__init__.py
calwash/engine/patterns/registry/config_loader.py
calwash/engine/patterns/registry/pattern_registry.py
calwash/engine/patterns/services/__init__.py
calwash/engine/patterns/services/pattern_detection_service.py
calwash/engine/patterns/services/pattern_factory.py
calwash/engine/patterns/validators/__init__.py
calwash/engine/patterns/validators/bank_account_validator.py
calwash/engine/patterns/validators/base_validators.py
calwash/engine/patterns/validators/credit_card_validator.py
calwash/engine/patterns/validators/email_validator.py
calwash/providers/__init__.py
calwash/providers/apple.py
calwash/providers/base.py
calwash/providers/google.py