Skip to main content

Simple log formatters for colored output.

Project description

LogColor

Stable Version Documentation Downloads Test Lint

When making command line interfaces, it's often useful to colorize the output to emphasize salient pieces of information or otherwise enhance the user experience. Unfortunately it's quite cumbersome to add colorized outputs to Python log messages.

ColorFormatter

The ColorFormatter is a logging formatter that parses your log messages and adds color codes to the log messages.

example

ColorStripper

The ColorStripper formatter is the inverse of the ColorFormatter. It strips the color information from your messages so that you can log to a file without it being full of color codes.

Installation

I'm on pypi!

$ pip install log_color

Features

  • Simple to use
  • No external dependencies
  • Compatibility with Python 3.7+, PyPy
  • Fast! Compiled binaries are available for some systems!

http://no-color.org/

LogColor honors the NO_COLOR environment variable.

Developer Setup

This project uses uv for dependency management, command running, etc... install it:

$ curl -LsSf https://astral.sh/uv/install.sh | sh

Makefile

If you're on Linux or OSX, there is a Makefile with a number of helpful targets:

  • make check-types Run mypy static code analysis tools
  • make format-code Runs the ruff code formatter
  • make check-code Validates no code formatting errors or import sorting errors (check only, makes no changes)
  • make wheel Build Python .whl file for distribution
  • make test Run the unittests
  • make docs Build the documentation
  • make freeze List all packages (and their version number) installed in the virtual environment
  • make shell Launch an interactive Python shell in the virtual environment context
  • make clean Remove any files that aren't part of the repo (build artifacts, test reports, etc...)
  • make git-clean Runs the git fsck tool, prunes the reflog, etc...

TIP: If you want to force a target to be re-evaluated (i.e. make env) run make with the -B flag to force it to evaluate.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

log_color-2.2.2.tar.gz (195.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

log_color-2.2.2-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file log_color-2.2.2.tar.gz.

File metadata

  • Download URL: log_color-2.2.2.tar.gz
  • Upload date:
  • Size: 195.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.17

File hashes

Hashes for log_color-2.2.2.tar.gz
Algorithm Hash digest
SHA256 b4bde2aac7ceabfb8a9f093603a181d537abea103d7ed975945444def8a38c26
MD5 7caa48e3c6e087261da93815e56d748c
BLAKE2b-256 2f36f81d0843e3c5f01fa93830aac9038ba7ca57fdd827484ca41dbddcaa7cc8

See more details on using hashes here.

File details

Details for the file log_color-2.2.2-py3-none-any.whl.

File metadata

  • Download URL: log_color-2.2.2-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.17

File hashes

Hashes for log_color-2.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ec5726fb5dea73eb681685a10b8ccca7f048ed97766c8b4465c9dbfae4061655
MD5 55a8a813022fc7a17d63ac61e762c3b6
BLAKE2b-256 ae51f1da5a3504a31f0bae0f9c2b08c08fee537e0f443d1c2b55047b6394291c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page