Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-blessed | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 1.17.5 | Vendor: openSUSE |
Release: bp155.2.12 | Build date: Mon May 22 12:35:29 2023 |
Group: Unspecified | Build host: lamb59 |
Size: 460123 | Source RPM: python-blessed-1.17.5-bp155.2.12.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/jquast/blessed | |
Summary: Wrapper around terminal styling, screen positioning, and keyboard input |
Blessed is a thin, practical wrapper around terminal capabilities in Python. Brief Overview -------------- *Blessed* is a more simplified wrapper around curses, providing : * 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. Blessed **does not** provide... * Windows command prompt support. A PDCurses_ build of python for windows provides only partial support at this time -- there are plans to merge with the ansi module in concert with colorama to resolve this.
MIT
* Wed May 06 2020 Tomáš Chvátal <tchvatal@suse.com> - Update to 1.17.5: * minor fixes - Do not pull extra pytest deps and use even latest pytest * Thu Mar 26 2020 Daniel Wagner <daniel.wagner@suse.com> - update to 1.17.4 * optimize length() * add pixel_height and pixel_width, for libsixel support * Documentation overhaul, plenty of examples and animated screenshots. * Wed Jan 22 2020 Marketa Calabkova <mcalabkova@suse.com> - update to 1.17.0 * 24-bit color support * move_up(), move_down(), Terminal.move_left(), move_right() which are strings that move the cursor one cell in the respective direction, are now also callables for moving n cells to the given direction, such as term.move_right(9). * Context Managers, fullscreen(), hidden_cursor(), and keypad() now flush the stream after writing their sequences. * deprecated: superscript, subscript, shadow, and dim are no longer “compoundable” with colors. Use Unicode text or 256 or 24-bit color codes instead. * more on https://blessed.readthedocs.io/en/latest/history.html * Thu Sep 05 2019 Todd R <toddrme2178@gmail.com> - Set pytest maximum version. * Wed Mar 06 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 1.15.0: * no upstream changelog - Make sure tests are run * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Tue Jul 17 2018 tchvatal@suse.com - Tox is not used when building so no need to depend on it * Wed May 09 2018 toddrme2178@gmail.com - Add license tag * Fri Oct 20 2017 toddrme2178@gmail.com - initial version
/usr/lib/python3.6/site-packages/blessed /usr/lib/python3.6/site-packages/blessed-1.17.5-py3.6.egg-info /usr/lib/python3.6/site-packages/blessed-1.17.5-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/blessed-1.17.5-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/blessed-1.17.5-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/blessed-1.17.5-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/blessed-1.17.5-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/blessed-1.17.5-py3.6.egg-info/zip-safe /usr/lib/python3.6/site-packages/blessed/__init__.py /usr/lib/python3.6/site-packages/blessed/__pycache__ /usr/lib/python3.6/site-packages/blessed/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/_capabilities.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/_capabilities.cpython-36.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/color.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/color.cpython-36.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/colorspace.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/colorspace.cpython-36.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/formatters.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/formatters.cpython-36.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/keyboard.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/keyboard.cpython-36.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/sequences.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/sequences.cpython-36.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/terminal.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/terminal.cpython-36.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/win_terminal.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/blessed/__pycache__/win_terminal.cpython-36.pyc /usr/lib/python3.6/site-packages/blessed/_capabilities.py /usr/lib/python3.6/site-packages/blessed/color.py /usr/lib/python3.6/site-packages/blessed/colorspace.py /usr/lib/python3.6/site-packages/blessed/formatters.py /usr/lib/python3.6/site-packages/blessed/keyboard.py /usr/lib/python3.6/site-packages/blessed/sequences.py /usr/lib/python3.6/site-packages/blessed/terminal.py /usr/lib/python3.6/site-packages/blessed/win_terminal.py /usr/share/doc/packages/python3-blessed /usr/share/doc/packages/python3-blessed/README.rst /usr/share/licenses/python3-blessed /usr/share/licenses/python3-blessed/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:05:00 2024