colcon-output
Extension for colcon to customize the output in various ways.
What it is and what it does
colcon-output is a plugin for the colcon build system that extends colcon-core's capabilities to customize how build output is displayed and formatted. It sits in the colcon ecosystem as an optional output handler, allowing developers to tailor the presentation of build logs and status messages during the build process.
The package is designed for developers using colcon who need finer control over build output. It requires only colcon-core as a runtime dependency and supports Python 3.6 and later across macOS, Windows, and POSIX systems.
Use it for:
- Customize build output when using colcon for multi-package builds
- Integrate colcon into CI/CD pipelines with tailored output for log parsing
- Reduce visual noise in build logs by reformatting colcon's default output
- Enhance readability of build status for teams working with large colcon workspaces
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends colcon-core to customize output formatting and display options for the colcon build system.
Yes, if you use colcon and need output customization. The package is actively maintained, has low install friction, carries no known vulnerabilities, and uses a permissive license. It is marked as Alpha, so expect the API to evolve.
Install
colcon-output on PyPI
pip
pip install colcon-outputuv
uv add colcon-outputpoetry
poetry add colcon-outputInstalling colcon-output
Before you install
Low install friction with a single runtime dependency on colcon-core. Actively maintained with recent releases.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install colcon-output
from colcon_output import extension
# colcon-output is loaded automatically by colcon-core when installed
Verify before relying
- What specific output customization options this extension provides beyond colcon-core defaults
- Whether this extension is required for colcon to function or purely optional
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — colcon-core |
| Maintenance | actively maintained — 140 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 183,742/month — #10,060 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: colcon_output-0.2.14-py3-none-any.whl
Keywords: colcon
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
colcon-defaultsExtends colcon to load default command-line…
permissive · top 15,000 on PyPI
colcon-devtoolsExtends colcon-core to expose information about…
permissive · top 15,000 on PyPI
colcon-test-resultExtends colcon-core to display and analyze test…
permissive · top 15,000 on PyPI
colcon-notificationAdds desktop notifications to colcon build…
permissive · top 15,000 on PyPI
colcon-metadataExtends colcon-core to fetch and manage package…
permissive · top 15,000 on PyPI
colcon-package-informationExtends colcon-core to provide information…
permissive · top 15,000 on PyPI
colcon-powershellExtends colcon-core to generate PowerShell…
permissive · top 15,000 on PyPI
colcon-bashProvides Bash script generation as an extension…
permissive · top 15,000 on PyPI
colcon-pkg-configExtends colcon-core to configure environment…
permissive · top 15,000 on PyPI
colcon-argcompleteAdds shell command-line completion to colcon…
permissive · top 15,000 on PyPI