File: control

package info (click to toggle)
colorclass 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 792 kB
  • sloc: python: 2,076; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
Source: colorclass
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Carl Suster <carl@contraflo.ws>
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python3-all,
 python3-docopt,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.1.1
Section: python
Homepage: https://github.com/Robpol86/colorclass
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/colorclass.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/colorclass.git
X-Python3-Version: >= 3.3
Testsuite: autopkgtest-pkg-python

Package: python3-colorclass
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: ANSI color text library for Python
 Yet another ANSI color text library for Python. Provides "auto colors" for
 dark/light terminals. Works on Linux, OS X, and Windows.
 .
 In Python 2 this library subclasses unicode, while on Python 3 it subclasses
 str. Different colors are chosen using curly-bracket tags, such as
 {red}{/red}. For a list of available colors, call colorclass.list_tags().
 Auto colors are toggled by calling set_light_background() and
 set_dark_background().
 .
 This package provides the Python 3 module.