textual 2.1.1-1 source package in Ubuntu
Changelog
textual (2.1.1-1) unstable; urgency=medium * New upstream release * debian/rules - skip test_focus.py, incompatible with pytest-asyncio>=0.25.0; Closes: #1092410 -- Sandro Tosi <email address hidden> Tue, 25 Feb 2025 23:40:31 -0500
Upload details
- Uploaded by:
- Sandro Tosi
- Uploaded to:
- Sid
- Original maintainer:
- Sandro Tosi
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
textual_2.1.1-1.dsc | 2.2 KiB | 51c5a8f4ff3b68d190a0e210b74c60b91fc6fa13c0581dc3ac9d23dbd08579ee |
textual_2.1.1.orig.tar.xz | 25.6 MiB | fd5f272f08e7e0a696d83bafcaa9fd7791d012c4fee22e0759e197c097f23ce5 |
textual_2.1.1-1.debian.tar.xz | 3.1 KiB | 69ddf37aa6926051189c862b90869d26b24bffac9ffafb3eb6586322c59f1ffa |
Available diffs
- diff from 1.0.0-1 to 2.1.1-1 (1.1 MiB)
No changes file available.
Binary packages built by this source
- python3-textual: TUI (Text User Interface) framework for Python inspired by modern web development
Textual uses Rich to render rich text, so anything that Rich can render may be
used in Textual.
.
Event handling in Textual is asynchronous (using async and await keywords).
Widgets (UI components) can independently update and communicate with each
other via message passing.
.
Textual has more in common with modern web development than it does with
curses; layout is done with CSS grid and (soon) the theme may be customized
with CSS. Other techniques are borrowed from JS frameworks such as Vue and
React.