Source: logzero Section: python Priority: optional Maintainer: Ying-Chun Liu (PaulLiu) Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-pytest, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme 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.