python-blessed 1.14.2-2 source package in Ubuntu

Changelog

python-blessed (1.14.2-2) unstable; urgency=medium

  * Team upload.
  * d/patches/0001: Remove all time-based assertions in test_keyboard.py.
    (Closes: #864337)
  * Remove d/clean as the egg files are included in the git repo since the
    beginning, and it's not coherent with the current package's behaviour.

 -- Pierre-Elliott Bécue <email address hidden>  Wed, 03 Jan 2018 01:18:43 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-blessed_1.14.2-2.dsc 2.2 KiB 247d8f777049686c9698f3ba214cdc1bfcd3787112431d7498e0baf382af053f
python-blessed_1.14.2.orig.tar.gz 81.0 KiB 2342125fd4f27f00d2677798bd06be2e6a1178e77c0298080abe4f720070693b
python-blessed_1.14.2-2.debian.tar.xz 3.6 KiB 52a14078d2fabd3c8d55964f1c65e8ee6aa861f21d6efb9db5ecf6245d0d764f

Available diffs

No changes file available.

Binary packages built by this source

python-blessed: Thin, practical wrapper around terminal capabilities in Python2

 Blessed is a thin, practical wrapper around terminal capabilities in
 Python. 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.
 .
 This package installs the library for Python 2.

python3-blessed: Thin, practical wrapper around terminal capabilities in Python3

 Blessed is a thin, practical wrapper around terminal capabilities in
 Python. 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.
 .
 This package installs the library for Python 3.