Tue, 01 Oct 2024 05:33:38 UTC | login

Information for build python-blessed-1.17.12-1.fc33

ID192415
Package Namepython-blessed
Version1.17.12
Release1.fc33
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedWed, 27 Jan 2021 11:54:50 UTC
CompletedWed, 27 Jan 2021 11:54:50 UTC
Tags
f33
f37
f38
RPMs
src
python-blessed-1.17.12-1.fc33.src.rpm (info) (download)
noarch
python3-blessed-1.17.12-1.fc33.noarch.rpm (info) (download)
Changelog * Sun Jan 17 2021 Avram Lubkin <aviso@rockhopper.net> - 1.17.12-1 - Updated to 1.17.12 * Mon Sep 14 2020 Avram Lubkin <aviso@rockhopper.net> - 1.17.10-1 - Updated to 1.17.10 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 19 2020 Avram Lubkin <aviso@rockhopper.net> - 1.17.8-2 - Add EL7 pytest patch * Fri Jun 19 2020 Avram Lubkin <aviso@rockhopper.net> - 1.17.8-1 - Updated to 1.17.8 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.17.4-3 - Rebuilt for Python 3.9 * Sat Mar 28 2020 Avram Lubkin <aviso@rockhopper.net> - 1.17.4-2 - Updated requirements file for EL7 * Sat Mar 28 2020 Avram Lubkin <aviso@rockhopper.net> - 1.17.4-1 - Updated to 1.17.4 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Oct 29 2019 Avram Lubkin <aviso@rockhopper.net> - 1.16.1-2 - Fix epel6 requirements patch * Sun Oct 27 2019 Avram Lubkin <aviso@rockhopper.net> - 1.16.1-1 - Updated to 1.16.1 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.15.0-12 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.15.0-11 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild