Closed
Conversation
ofek
approved these changes
Aug 25, 2022
axakak
approved these changes
Aug 26, 2022
Contributor
|
@vinta Why? |
Owner
|
Sorry, this was closed in error. Reopening for merge. |
Owner
|
This PR has merge conflicts. Please rebase on master to resolve them. |
Owner
|
Closing due to merge conflicts. Textual is an excellent project (33k+ stars) and would be a great addition. Please feel free to resubmit with an updated branch that resolves the conflicts. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this Python project?
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. Currently a Work in Progress. It 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.
What's the difference between this Python project and similar ones?
ncurses and urwid look old-school compared to these projects (textual+rich)
--
Anyone who agrees with this pull request could submit an Approve review to it.