Sat, 31 Jan 2026 23:35:47 CST | login

Information for build python-blessed-1.19.1-2.oc9

ID23414
Package Namepython-blessed
Version1.19.1
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-blessed.git?.#79ee09db6126436347d1f2e702f627fcc23a4362
SummaryA thin, practical wrapper around terminal capabilities in Python
DescriptionBlessed is a thin, practical wrapper around terminal styling, screen positioning, and keyboard input. It provides: - Styles, color, and maybe a little positioning without necessarily clearing the whole screen first. - Works great with standard Python string formatting. - Provides up-to-the-moment terminal height and width, so you can respond to terminal size changes. - Avoids making a mess if the output gets piped to a non-terminal: outputs to any file-like object such as StringIO, files, or pipes. - Uses the terminfo(5) database so it works with any terminal type and supports any terminal capability: No more C-like calls to tigetstr and tparm. - Keeps a minimum of internal state, so you can feel free to mix and match with calls to curses or whatever other terminal libraries you like. - Provides plenty of context managers to safely express terminal modes, automatically restoring the terminal to a safe state on exit. - Act intelligently when somebody redirects your output to a file, omitting all of the terminal sequences such as styling, colors, or positioning. - Dead-simple keyboard handling: safely decoding unicode input in your system’s preferred locale and supports application/arrow keys. - Allows the printable length of strings containing sequences to be determined.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 03 Jun 2024 20:18:55 CST
CompletedMon, 03 Jun 2024 20:20:32 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-blessed.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-blessed.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-blessed-1.19.1-2.oc9.src.rpm (info) (download)
noarch
python3-blessed-1.19.1-2.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue May 07 2024 Fanjun Kong <fanjunkong@tencent.com> - 1.19.1-2 - epol debrand * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.19.1-1 - initial build