Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python36-blessed-1.14.1-3.el7 RPM for noarch

From EPEL 7 for aarch64 / Packages / p

Name: python36-blessed Distribution: Fedora Project
Version: 1.14.1 Vendor: Fedora Project
Release: 3.el7 Build date: Fri Mar 8 07:29:41 2019
Group: Development/Libraries Build host: buildhw-06.phx2.fedoraproject.org
Size: 626602 Source RPM: python-blessed-1.14.1-3.el7.src.rpm
Packager: Fedora Project
Url: https://pypi.python.org/pypi/blessed
Summary: A thin, practical wrapper around terminal capabilities in Python
Blessed 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 responds
  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.

Provides

Requires

License

MIT

Changelog

* Thu Mar 07 2019 Troy Dawson <tdawson@redhat.com> - 1.14.1-3
  - Rebuilt to change main python from 3.4 to 3.6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Mon Mar 13 2017 Aurelien Bompard <abompard@fedoraproject.org> - 1.14.1
  - Initial package.

Files

/usr/lib/python3.6/site-packages/blessed
/usr/lib/python3.6/site-packages/blessed-1.14.1-py3.6.egg-info
/usr/lib/python3.6/site-packages/blessed-1.14.1-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/blessed-1.14.1-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/blessed-1.14.1-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/blessed-1.14.1-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/blessed-1.14.1-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/blessed-1.14.1-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__/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/_capabilities.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/tests
/usr/lib/python3.6/site-packages/blessed/tests/__init__.py
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/accessories.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/accessories.cpython-36.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_core.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_core.cpython-36.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_formatters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_formatters.cpython-36.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_keyboard.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_keyboard.cpython-36.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_length_sequence.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_length_sequence.cpython-36.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_sequences.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_sequences.cpython-36.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_wrap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/blessed/tests/__pycache__/test_wrap.cpython-36.pyc
/usr/lib/python3.6/site-packages/blessed/tests/accessories.py
/usr/lib/python3.6/site-packages/blessed/tests/test_core.py
/usr/lib/python3.6/site-packages/blessed/tests/test_formatters.py
/usr/lib/python3.6/site-packages/blessed/tests/test_keyboard.py
/usr/lib/python3.6/site-packages/blessed/tests/test_length_sequence.py
/usr/lib/python3.6/site-packages/blessed/tests/test_sequences.py
/usr/lib/python3.6/site-packages/blessed/tests/test_wrap.py
/usr/lib/python3.6/site-packages/blessed/tests/wall.ans
/usr/share/doc/python36-blessed-1.14.1
/usr/share/doc/python36-blessed-1.14.1/README.rst
/usr/share/doc/python36-blessed-1.14.1/api.rst
/usr/share/doc/python36-blessed-1.14.1/contributing.rst
/usr/share/doc/python36-blessed-1.14.1/examples.rst
/usr/share/doc/python36-blessed-1.14.1/further.rst
/usr/share/doc/python36-blessed-1.14.1/history.rst
/usr/share/doc/python36-blessed-1.14.1/index.rst
/usr/share/doc/python36-blessed-1.14.1/intro.rst
/usr/share/doc/python36-blessed-1.14.1/overview.rst
/usr/share/doc/python36-blessed-1.14.1/pains.rst
/usr/share/licenses/python36-blessed-1.14.1
/usr/share/licenses/python36-blessed-1.14.1/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 13:53:38 2024