Skip to content

Commit 3f4e7ba

Browse files
committed
docs(readme): reflect codechu-fmt + codechu-meter dependencies
README previously claimed 'pure stdlib' / 'stays stdlib-only', both no longer accurate after v0.4.0's defork (cli now imports codechu-fmt and codechu-meter as required deps). Phrasing updated in two places (overview + credits) to keep the spirit ('minimal, no transitive deps') while being honest about the two sibling packages.
1 parent 5a3489b commit 3f4e7ba

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ pip install codechu-cli
4545
- **`resolve_format` / `format_examples`** — argparse output-format helpers
4646
- **`emoji.capabilities` / `emoji.e`** — locale + terminal-aware glyph lookup
4747

48-
Pure stdlib. POSIX-first. Linux/macOS for raw-mode pickers; numbered
49-
prompt fallback everywhere else (Windows, CI, pipes).
48+
Lightweight: stdlib plus two tiny Codechu siblings — `codechu-fmt` and
49+
`codechu-meter` — both stdlib-only themselves, no transitive deps.
50+
POSIX-first. Linux/macOS for raw-mode pickers; numbered prompt
51+
fallback everywhere else (Windows, CI, pipes).
5052

5153
## Quick examples
5254

@@ -470,7 +472,7 @@ Companion libraries from the Codechu Python ecosystem:
470472

471473
- Spinner glyph styles adapted from [cli-spinners](https://github.com/sindresorhus/cli-spinners)
472474
- ANSI escape conventions per ECMA-48
473-
- Inspiration from [rich](https://github.com/Textualize/rich) and [questionary](https://github.com/tmbo/questionary); codechu-cli stays stdlib-only with line-oriented output
475+
- Inspiration from [rich](https://github.com/Textualize/rich) and [questionary](https://github.com/tmbo/questionary); codechu-cli stays minimal (stdlib + two tiny Codechu siblings) with line-oriented output
474476

475477
## License
476478

0 commit comments

Comments
 (0)