python-blessed 1.14.2-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream release 1.14.2
  * Add a patch to remove a not reliable test assertion. (Closes: #864337)
  * d/control:
    - Bump Standards-Version to 4.1.3.
    - Change Build-Depends for debhelper to 11
    - Add a basic Testsuite
    - Remove X-Python3?-Version tags
  * d/compat: Bump to 11
  * d/watch: version bump to 4 and https link with uscan tags

 -- Pierre-Elliott Bécue <email address hidden>  Sun, 31 Dec 2017 14:01:34 +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-1.dsc 2.2 KiB d668d8a9ea75b3554637da34cbc77a17a439177e07c8ff492ef5b82f3bbda1bd
python-blessed_1.14.2.orig.tar.gz 81.0 KiB 2342125fd4f27f00d2677798bd06be2e6a1178e77c0298080abe4f720070693b
python-blessed_1.14.2-1.debian.tar.xz 3.4 KiB 4696c2ef5cc77f852640caa22b0c457731fea8f6e34d93942acde6dc9c5dab50

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.