File: control

package info (click to toggle)
python-xtermcolor 1.2.1-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 156 kB
  • sloc: python: 188; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 849 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-xtermcolor
Section: python
Priority: optional
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Build-Depends: debhelper (>= 9),
 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: 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