# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-textual version 0.1.17 revision 0 homepage https://github.com/willmcgugan/textual description \ Textual is a TUI (Text User Interface) framework for Python inspired by \ modern web development. long_description \ {*}${description} 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. categories-append devel license MIT maintainers {gmail.com:herby.gillot @herbygillot} openmaintainer supported_archs noarch platforms {darwin any} checksums rmd160 db39315de91e7bc4b4b0fcaf3923041dbcb2dd48 \ sha256 af6aa1fa34fe6d40689ce55a7bf519a07e48523a75b95cbed572990e0d6b6f84 \ size 76759 python.versions 39 310 python.pep517 yes python.pep517_backend poetry if {${name} ne ${subport}} { depends_build-append port:poetry depends_lib-append port:py${python.version}-rich \ port:py${python.version}-typing_extensions }