Colored terminal output for Python's logging module
https://coloredlogs.readthedocs.io
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. It's currently tested
on Python 2.6, 2.7, 3.4, 3.5 and PyPy. On Windows `coloredlogs` automatically
pulls in Colorama_ as a dependency and enables ANSI escape sequence translation
using Colorama.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/python-coloredlogs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
coloredlogs-10.0.tar.gz | 0000273273 267 KB | |
python-coloredlogs.changes | 0000001291 1.26 KB | |
python-coloredlogs.spec | 0000003408 3.33 KB | |
test_cli_conversion_test.patch | 0000000977 977 Bytes |
Revision 5 (latest revision is 13)
Dominique Leuenberger (dimstar_suse)
accepted
request 700395
from
Matej Cepl (mcepl)
(revision 5)
- Add test_cli_conversion_test.patch, because we don't have versionless coloredlogs in time of %check. (forwarded request 700393 from mcepl)
Comments 0