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 28
|
Source: python-xtermcolor
Section: python
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Build-Depends: debhelper (>= 9), python-all,
python3-all, dh-python
Standards-Version: 3.9.6
Homepage: https://github.com/broadinstitute/xtermcolor
X-Python3-Version: >= 3.4
X-Python-Version: >= 2.7
Package: python-xtermcolor
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Python module to print coloured text on terminals
This module provides a simple API to print in color on terminals, it can
accept RGB and ANSI colors, and can use 256 colors.
.
This package provides Python 2.x version of python-xtermcolor
Package: python3-xtermcolor
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python3 module to print coloured text on terminals
This module provides a simple API to print in color on terminals, it can
accept RGB and ANSI colors, and can use 256 colors.
.
This package provides Python 3.x version of python-xtermcolor
|