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.1.1.tar.gz (12.5 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.1.1-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: should_color-0.1.1.tar.gz
  • Upload date:
  • Size: 12.5 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.1.1.tar.gz
Algorithm Hash digest
SHA256 106501b95891f83b07539327eb99874669306bc23410fb80636137c7cfc850f3
MD5 22abd993a77d9992b32c6f9edba97bc3
BLAKE2b-256 cae16df1d71fa7217229bed7f14e88ec6ba2be00f5abe3d05931f388aa181bcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: should_color-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 10.3 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a170c8a6b3a8ad28b8ef8f07d6e227824eb75dd35847e705410efe922c6c3d12
MD5 dfb95bdf501d7d2cc9d044d3800b2d71
BLAKE2b-256 9b7c3ff39fba2a93babe0758f17f3567ace2529db25d5e27c257c3a88f97ff34

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