wordwrap: ANSI-aware paragraph wrap, fill, and shorten with hanging indents and wide-character (CJK) support. Zero dependencies..
- Keep the README specific: audience, thesis, quick demo, limitations, and source-checkout install instructions.
- Keep edge-case tests near the code they protect.
- Keep CI aligned with the local commands:
pytestandpython -m buildwhere applicable.
- Verify package metadata before publishing anywhere.
- Add a release tag only after tests, type checks, build/pack checks, and docs are all current.
- Do not add download, usage, benchmark, or adoption claims without evidence.
- Add small examples for the most common workflow.
- Add benchmark or conformance scripts only where performance or standards compliance is part of the value proposition.
- Consolidate with a sibling repo if the audience and API overlap too much.