python-coloredlogs 15.0.1-1 source package in Ubuntu

Changelog

python-coloredlogs (15.0.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release (Closes: #998092)

 -- Scott Kitterman <email address hidden>  Mon, 10 Oct 2022 19:23:32 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium 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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-coloredlogs_15.0.1-1.dsc 2.1 KiB 5a10796b2a92bf4598110c1aadfde3a54ab29480ce8bec411e20d1bbe4117da4
python-coloredlogs_15.0.1.orig.tar.gz 272.0 KiB 7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0
python-coloredlogs_15.0.1-1.debian.tar.xz 2.6 KiB aeb5c5d681b73edcb5d525a6bd3aaa4a876c502f755607605710b1040973ac6b

Available diffs

No changes file available.

Binary packages built by this source

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