A utility library for colored log messages and banners from commandline and Python. Current version 1.4.15, supports Python >=3.8.0, actively maintained.
pip install lib-log-utilsVerified import paths — ran on the pinned version, not inferred.
Basic usage: create a LogUtil instance and use .info(), .success(), .warning(), .error() methods with colored output.
Configure LogUtil with stream parameter: LogUtil(stream=sys.stderr) for error logging.
Set environment variable LOG_UTILS_NO_COLOR=1 to disable colors, or install `colorama` for Windows support.
Use banner(stream=some_stream) to redirect output.
No dependency data recorded yet.