File: control

package info (click to toggle)
python-coloredlogs 7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 512 kB
  • sloc: python: 964; makefile: 7
file content (43 lines) | stat: -rw-r--r-- 1,790 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
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: python-coloredlogs
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-humanfriendly,
               python-setuptools,
               python3-all,
               python3-humanfriendly,
               python3-setuptools
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-coloredlogs.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-coloredlogs.git
Homepage: https://coloredlogs.readthedocs.io
X-Python3-Version: >= 3.4

Package: python-coloredlogs
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: colored terminal output for Python 2's logging module
 The coloredlogs package enables colored terminal output for Python's logging
 module. The ColoredFormatter class inherits from logging.Formatter and uses
 ANSI escape sequences to render your logging messages in color. It uses only
 standard colors so it should work on any UNIX terminal.
 .
 This package provides the modules for Python 2.

Package: python3-coloredlogs
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: colored terminal output for Python 3's logging module
 The coloredlogs package enables colored terminal output for Python's logging
 module. The ColoredFormatter class inherits from logging.Formatter and uses
 ANSI escape sequences to render your logging messages in color. It uses only
 standard colors so it should work on any UNIX terminal.
 .
 This package provides the modules for Python 3.