SpanForge / SDK Service / Build phase
sf_pii
Sensitive-data detection and redaction across GDPR, HIPAA, CCPA, DPDP, and PIPL — five sensitivity levels with flag, redact, and block pipeline modes.
from spanforge import sf_piiWhat it covers
- Presidio NLP + regex detection engine
- 5 sensitivity levels from LOW to CRITICAL
- Flag / redact / block pipeline modes
- GDPR Art.17 erasure and HIPAA safe harbor
- CCPA DSAR and DPDP consent gate
- PIPL entity types for China-region compliance
Get started
Install once. Import per service.
All SDK services ship inside a single package. Install spanforge once and import only what you need.
Install
pip install spanforgeImport
from spanforge import sf_pii