nano-pdf
| Version | 2026.144.1443 |
| Repo | superproject |
A natural-language PDF editing CLI installed as a pixi-managed console script. The nano-pdf candy ships a pixi.toml that installs the nano-pdf PyPI distribution (a Typer CLI depending on pypdf, pdf2image, pytesseract and google-genai) into the shared default pixi environment. The console script lands at ~/.pixi/envs/default/bin/nano-pdf and the distribution is importable, so it is verifiable by the script’s existence, the installed distribution version it reports, and the CLI’s own –help usage banner.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
the nano-pdf console script exists in the default pixi environment |
check |
the nano-pdf distribution is installed at version 0.2.1 |
check |
the Typer CLI runs and prints its usage banner without error |