2025-02-07 10:19:25 +01:00
|
|
|
Source: colorclass
|
2025-02-07 10:21:10 +01:00
|
|
|
Section: python
|
2025-02-07 10:19:25 +01:00
|
|
|
Priority: optional
|
|
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
|
|
Build-Depends:
|
|
|
|
debhelper-compat (= 13),
|
|
|
|
dh-python,
|
|
|
|
python3-all,
|
|
|
|
python3-docopt,
|
|
|
|
python3-pytest,
|
|
|
|
python3-setuptools,
|
2025-02-07 10:21:13 +01:00
|
|
|
Rules-Requires-Root: no
|
2025-02-07 10:21:07 +01:00
|
|
|
Standards-Version: 4.6.1
|
2025-02-07 10:21:09 +01:00
|
|
|
Homepage: https://github.com/matthewdeanmartin/colorclass/
|
2025-02-07 10:19:25 +01:00
|
|
|
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/colorclass
|
|
|
|
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/colorclass
|
|
|
|
Testsuite: autopkgtest-pkg-python
|
|
|
|
|
|
|
|
Package: python3-colorclass
|
|
|
|
Architecture: all
|
2025-02-07 10:21:10 +01:00
|
|
|
Depends:
|
|
|
|
${misc:Depends},
|
|
|
|
${python3:Depends},
|
2025-02-07 10:19:25 +01:00
|
|
|
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.
|