Skip to content

Stream delimited output and render terminal-aware tables - #91

Merged
codeforester merged 1 commit into
mainfrom
enhancement/65-20260804-stream-output-tables
Aug 5, 2026
Merged

codeforester merged 1 commit into
mainfrom
enhancement/65-20260804-stream-output-tables

Conversation

@codeforester

Copy link
Copy Markdown
Contributor

Summary

  • stream CSV and TSV rows directly from one-pass iterables
  • make redirected output deterministic and free of headers, footers, and terminal control sequences
  • make terminal tables Unicode-width-aware with bounded cells and terminal-width fitting
  • document the output contracts and add large-generator and TTY/non-TTY coverage

Closes #65

Verification

  • .venv/bin/python -m pytest -q
  • .venv/bin/python -m mypy lib/python/base_cli/output.py --ignore-missing-imports

@codeforester
codeforester marked this pull request as ready for review August 5, 2026 00:25
@codeforester
codeforester merged commit 9864f9f into main Aug 5, 2026
17 checks passed
@codeforester
codeforester deleted the enhancement/65-20260804-stream-output-tables branch August 5, 2026 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stream delimited output and render terminal-aware tables

1 participant