Skip to main content

Determine if terminal output should be colored, respecting environment variables

Project description

should-color

github pypi types

Determine if terminal output should be colored, respecting NO_COLOR and CLICOLOR environment variables.

On Unix, ANSI colors are enabled if the output is isatty. On Windows, ANSI colors are assumed to be unsupported unless or colorama is installed and enabled.

Example Usage

import sys
from should_color import should_color, apply_ansi_style

should_color(sys.stdout)
should_color(sys.stderr)
should_color('stdout')  # same as should_color(sys.stdout)
should_color('stderr')  # same as should_color(sys.stdout)
print(
    apply_ansi_style(
        "ERROR:",
        color="red",
        bold=True,
        # implicitly checks should_color('stdout'),
        # both these options are the implicit defaults if unspecified
        enabled='auto',
        file='stdout',
    ),
    "Fatal problem",
)

License

Licensed under either the Apache 2.0 License or MIT License at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

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

should_color-0.2.2.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

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

should_color-0.2.2-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file should_color-0.2.2.tar.gz.

File metadata

  • Download URL: should_color-0.2.2.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for should_color-0.2.2.tar.gz
Algorithm Hash digest
SHA256 b56d107645283ddc31fb7dc71e62677c4fe35b980cdc865c8937dde3f64e14d0
MD5 28edc3b01ac84de6f0bf1a0969e08e3e
BLAKE2b-256 af0af29fbd113e793c43feb568028c3c5242739908b8798688a4211c3dea87c4

See more details on using hashes here.

File details

Details for the file should_color-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: should_color-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for should_color-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5133dd699d7b08dea7b5e920a42b8cf4f858185247ad78e277aa6761055c4128
MD5 761461fc0895e4c53e3f90259fb5c60c
BLAKE2b-256 050b6a8f3043f58002aa8f692a74015030c1865b11456634dd853a7990049db5

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