1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: blessings
Section: python
Priority: optional
Maintainer: David Villa Alises <David.Villa@gmail.com>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
python3-all,
python3-setuptools,
python3-six,
debhelper-compat (= 13),
dh-python
Standards-Version: 4.6.0
Homepage: https://github.com/erikrose/blessings
Vcs-Git: https://salsa.debian.org/python-team/packages/blessings.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/blessings
Rules-Requires-Root: no
Package: python3-blessings
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: simple but powerful module to manage terminal color and styling (Python 3)
Blessings is a pythonic API to manipulate terminal. It provides similar
features to curses but beating some of their limitations: it does not require
clearing the whole screen for little changes, scrollback buffer after program
exits, avoid styling when on output redirection, etc.
.
This package contains the module for Python 3.
|