Installation¶
Requirements¶
- Python 3.11+
- uv (recommended) or pip
Installation¶
The core has no optional dependency. It is enough for a local pipeline that de-identifies by regex or by known values, with no model and no network.
Install it with uv, or with pip.
Extras¶
Model-based detectors, the middleware, and the optional backends are extras to combine as needed. The full list is in pyproject.toml.
Extras compose. An encrypted Redis conversation memory installs with piighost[redis,crypto], adding argon2 for a more resistant key hash.