File: control

package info (click to toggle)
python-colorlog 2.10.0-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 87
  • sloc: python: 437; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,386 bytes parent folder | download
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
Source: python-colorlog
Priority: optional
Maintainer: Philipp Huebner <debalance@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.5), python-setuptools, python3-all, python3-setuptools
Standards-Version: 3.9.8
Section: python
Homepage: https://github.com/borntyping/python-colorlog
Vcs-Git: https://anonscm.debian.org/git/users/debalance/python-colorlog.git
Vcs-Browser: https://anonscm.debian.org/git/users/debalance/python-colorlog.git

Package: python-colorlog
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: formatter to use with the logging module of Python 2
 python-colorlog allows colors to be placed in the format string, which is
 mostly useful when paired with a StreamHandler that is outputting to a
 terminal. This is accomplished by adding a set of terminal color codes to the
 record before it is used to format the string.
 This is the Python 2 version.

Package: python3-colorlog
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: formatter to use with the logging module of Python 3
 python-colorlog allows colors to be placed in the format string, which is
 mostly useful when paired with a StreamHandler that is outputting to a
 terminal. This is accomplished by adding a set of terminal color codes to the
 record before it is used to format the string.
 .
 This is the Python 3 version.