types-colorama
Typing stubs for colorama
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-coloramauv
uv add types-coloramapoetry
poetry add types-coloramaInstalling 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
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
types-MarkdownProvides type stubs for the Markdown package,…
permissive · top 5,000 on PyPI
types-pyflakesProvides type stubs for the pyflakes static…
permissive · top 15,000 on PyPI
types-jsonschemaProvides type hints for the jsonschema package,…
permissive · top 5,000 on PyPI
types-tabulateProvides type hints for the tabulate package,…
permissive · top 5,000 on PyPI
types-pyfarmhashProvides type hints for the pyfarmhash hashing…
permissive · top 15,000 on PyPI
types-grpcio-reflectionProvides type hints for grpcio-reflection,…
permissive · top 15,000 on PyPI
types-pyperclipProvides type annotations for the pyperclip…
permissive · top 15,000 on PyPI
types-nanoidProvides type hints for the nanoid package,…
permissive · top 15,000 on PyPI
types-grpcio-statusProvides type stubs for grpcio-status, enabling…
permissive · top 15,000 on PyPI
numpy-typing-compatProvides version-specific type annotations for…
permissive · top 5,000 on PyPI