./devel/py-coloredlogs, Colored terminal output for Pythons logging module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 15.0.1, Package name: py310-coloredlogs-15.0.1, Maintainer: bacon

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.


Master sites:

Filesize: 271.992 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-23 04:08:23 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-coloredlogs: fix encoding error in DESCR
   2023-07-23 04:01:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-coloredlogs: mark as not for Python 2

many of its test dependencies do not support Python 2
   2023-07-22 15:10:04 by Jason Bacon | Files touched by this commit (4)
Log message:
devel/py-coloredlogs: Colored Python logging output

The coloredlogs package enables colored terminal output for Python
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.