pyratatui 0.3.0 released #7
Pinned
programmersd21
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
pyratatui 0.3.0 is out: a focused rewrite of the library on Ratatui 0.30.2.
Install
Pre-built wheels for Linux (glibc + musl, x86_64/aarch64), macOS (x86_64/arm64), and Windows. Full artifacts and changelog: https://github.com/programmersd21/pyratatui/releases/tag/v0.3.0
What changed
KeyEventis now importable by its documented name.Tabletakescolumn_widths/header/footerdirectly in the constructor.Heads-up (breaking)
pyratatuiCLI / app manager is removed.Frame.sizealias andTerminalasync dunders are removed (useFrame.areaandAsyncTerminal).Details in CHANGELOG.md. Bug reports welcome as issues; questions in Q&A.
All reactions