Metadata-Version: 2.4
Name: kuroi
Version: 0.1.1
Summary: Strip sensitive data from PDFs with LLM assistance.
Author: ICIJ
License: AGPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: anthropic>=0.40
Requires-Dist: claude-agent-sdk>=0.1.80
Requires-Dist: httpx>=0.27
Requires-Dist: pymupdf>=1.24
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.7
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-snapshot>=0.9; extra == 'dev'
Requires-Dist: pytest>=8.2; extra == 'dev'
Requires-Dist: ruff>=0.5; extra == 'dev'
Requires-Dist: types-pyyaml; extra == 'dev'
Provides-Extra: docs
Requires-Dist: mkdocstrings[python]>=0.27; extra == 'docs'
Requires-Dist: zensical>=0.0.11; extra == 'docs'
Description-Content-Type: text/markdown

# kuroi

Strip sensitive data from PDFs with LLM assistance.

## Quick start

```sh
pip install kuroi
export ANTHROPIC_API_KEY=sk-ant-...
kuroi run document.pdf -o document.redacted.pdf
```

See the [Quick start guide](https://icij.github.io/kuroi/user-guide/quickstart/)
for the end-to-end walkthrough, including the diff/verify/undo cycle.

## License

AGPL-3.0-or-later. See [LICENSE](LICENSE).

