logzero 1.7.0-1 source package in Ubuntu

Changelog

logzero (1.7.0-1) unstable; urgency=low

  * New upstream release.

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Wed, 18 Aug 2021 09:10:25 +0800

Upload details

Uploaded by:
Ying-Chun Liu
Uploaded to:
Sid
Original maintainer:
Ying-Chun Liu
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
logzero_1.7.0-1.dsc 1.9 KiB 2a62aa02802e332bb09adc422c319eb832a41027b75641b88619fac999013356
logzero_1.7.0.orig.tar.gz 564.3 KiB 7f73ddd3ae393457236f081ffebd044a3aa2e423a47ae6ddb5179ab90d0ad082
logzero_1.7.0-1.debian.tar.xz 5.9 KiB edbb721add4538cbf3d976941700a57ecbaff7e28d4ba4390de2b7a8519da1e6

Available diffs

No changes file available.

Binary packages built by this source

python-logzero-doc: 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.

python3-logzero: 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.