File: control

package info (click to toggle)
logzero 1.6.3-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 868 kB
  • sloc: python: 885; makefile: 153
file content (48 lines) | stat: -rw-r--r-- 1,859 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
44
45
46
47
48
Source: logzero
Section: python
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.5.0
Homepage: https://pypi.python.org/pypi/logzero

Package: python3-logzero
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-logzero-doc
Description: robust and effective logging for Python (Python 3)
 logzero is a python library that provides effective and robust logging.
 Features:
   * Easy logging to console and/or (rotating) file.
   * Provides a fully configured standard.
   * Pretty formatting, including level-specific colors in the console.
   * Windows color output supported by colorama
   * Robust against str/bytes encoding problems, works with all kinds of
     character encodings and special characters.
   * Multiple loggers can write to the same logfile (also across multiple
     Python files).
 .
 This package installs the library for Python 3.

Package: python-logzero-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: robust and effective logging for Python (common documentation)
 logzero is a python library that provides effective and robust logging.
 Features:
   * Easy logging to console and/or (rotating) file.
   * Provides a fully configured standard.
   * Pretty formatting, including level-specific colors in the console.
   * Windows color output supported by colorama
   * Robust against str/bytes encoding problems, works with all kinds of
     character encodings and special characters.
   * Multiple loggers can write to the same logfile (also across multiple
     Python files).
 .
 This is the common documentation package.