skillfed

types-colorama

Typing stubs for colorama

types-colorama v0.4.15.20260508 2.6M downloads/30d#2,999 on PyPI37
Permissive license Apache-2.0 Active released

What it is and what it does

types-colorama is a type stub package that provides type annotations for the colorama library. It allows static type checkers like mypy and pyright to understand and validate code using colorama's terminal color and styling functions. The stubs are maintained as part of the typeshed project and are kept in sync with colorama 0.4.* releases.

This package has no runtime dependencies and is installed purely to support development-time type checking. It is tested against mypy 1.20.0 and pyright 1.1.408 to ensure the annotations remain accurate. If you use colorama in a type-checked codebase, installing this package enables your type checker to catch type errors related to colorama usage.

Use it for:

  • Enable mypy or pyright to type-check code that imports and uses colorama
  • Catch type errors in colorama API calls during static analysis before runtime
  • Support IDE autocomplete and type hints for colorama functions in development
  • Validate colorama usage in CI/CD pipelines running type checkers for code quality

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type stubs for colorama, enabling static type checkers like mypy and pyright to validate code using colorama.

Yes, if you use colorama in a type-checked project. It has zero runtime overhead, low install friction, and is actively maintained. Install it alongside colorama when you want static type checking to cover colorama calls. Not needed if you don't use type checkers or don't use colorama.

Install

types-colorama on PyPI

pip

pip install types-colorama

uv

uv add types-colorama

poetry

poetry add types-colorama

Installing types-colorama

Before you install

Low install friction with no runtime dependencies. Actively maintained as part of typeshed; last commit 2026-08-14.

License in practice

Apache-2.0 permissive license allows use in most projects without restriction.

Quickstart

pip install types-colorama

# Then use with your type checker in pyproject.toml or similar configuration
# mypy and pyright will automatically discover the stubs when colorama is imported

Requires Python 3.10 or later.

Verify before relying

  • Whether this package is automatically discovered by type checkers or requires explicit configuration
  • Coverage completeness for all colorama 0.4.* APIs beyond testing with mypy 1.20.0 and pyright 1.1.408

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 98 days since the last release
Last repo commit
First released
Downloads 2,562,361/month — #2,999 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_colorama-0.4.15.20260508-py3-none-any.whl

Programming Language :: Python :: 3Typing :: Stubs Only

Tags

colorama type stubstype hints for coloramacolorama typing supportstatic type checking coloramamypy colorama annotationspyright colorama typesterminal color type checking
type-stubstype-checking

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

types-Markdown

Provides type stubs for the Markdown package,…

permissive · top 5,000 on PyPI

types-pyflakes

Provides type stubs for the pyflakes static…

permissive · top 15,000 on PyPI

types-jsonschema

Provides type hints for the jsonschema package,…

permissive · top 5,000 on PyPI

types-tabulate

Provides type hints for the tabulate package,…

permissive · top 5,000 on PyPI

types-pyfarmhash

Provides type hints for the pyfarmhash hashing…

permissive · top 15,000 on PyPI

types-grpcio-reflection

Provides type hints for grpcio-reflection,…

permissive · top 15,000 on PyPI

types-pyperclip

Provides type annotations for the pyperclip…

permissive · top 15,000 on PyPI

types-nanoid

Provides type hints for the nanoid package,…

permissive · top 15,000 on PyPI

types-grpcio-status

Provides type stubs for grpcio-status, enabling…

permissive · top 15,000 on PyPI

numpy-typing-compat

Provides version-specific type annotations for…

permissive · top 5,000 on PyPI