colcon-common-extensions
Meta package aggregating colcon-core and common extensions.
What it is and what it does
colcon-common-extensions is a meta-package that bundles colcon-core (the build system framework) together with twenty standard extensions covering build systems (CMake, Python setup.py), shell integration (Bash, Zsh, PowerShell), ROS support, testing, and utility features. It exists to simplify setup by letting developers install one package instead of manually selecting and installing each component separately.
The package itself contains no code—it is purely a dependency aggregator. When installed, it pulls in all its listed runtime dependencies, making the full colcon ecosystem available immediately. This is useful for developers setting up new machines or CI environments where they want the standard colcon toolchain without having to know which individual extensions to select.
Use it for:
- Set up a complete colcon build environment on a new development machine with a single install command.
- Configure CI/CD pipelines that need the standard colcon build system and common extensions without manual dependency selection.
- Provide a consistent baseline colcon installation across a team or organization.
- Bootstrap ROS workspace builds that rely on colcon's CMake, Python, and ROS-specific extensions.
- Simplify Docker or container images by installing one meta-package instead of listing twenty individual colcon plugins.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Bundles colcon-core and twenty common colcon extensions into a single meta-package for simplified installation of the colcon build system and its standard plugins.
Yes, if you are building or working with ROS or colcon-based projects and want a complete, pre-curated set of standard extensions. The meta-package approach eliminates guesswork about which extensions are essential. If you only need specific extensions or are building a minimal environment, installing individual colcon packages may be more appropriate.
Install
colcon-common-extensions on PyPI
pip
pip install colcon-common-extensionsuv
uv add colcon-common-extensionspoetry
poetry add colcon-common-extensionsInstalling colcon-common-extensions
Before you install
Low friction installation with active maintenance. The package is a pure meta-package (no compiled dependencies) distributed as a wheel. Last commit was 2026-05-08 and the repository is not archived, indicating ongoing support.
License in practice
Apache License 2.0 (permissive) allows commercial and private use with minimal restrictions, making it suitable for most development contexts.
Quickstart
pip install colcon-common-extensions
import colcon_core
# colcon command-line tools now available
Verify before relying
- Whether all 20 bundled extensions are actively maintained or if some are deprecated.
- Compatibility with specific ROS versions or Python versions beyond what classifiers indicate.
- Whether this meta-package is the recommended installation path for new colcon users.
Package facts
| License | Apache License, Version 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 20 — colcon-cmake, colcon-core, colcon-defaults, colcon-devtools, colcon-library-path, colcon-metadata, colcon-notification, colcon-output, colcon-package-information, colcon-package-selection, colcon-parallel-executor, colcon-powershell, colcon-python-setup-py, colcon-recursive-crawl, colcon-ros, colcon-test-result, colcon-argcomplete, colcon-bash, colcon-cd, colcon-zsh |
| Maintenance | actively maintained — 1,444 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 183,883/month — #10,055 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: colcon_common_extensions-0.3.0-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-rosExtends colcon to recognize and build ROS…
permissive · top 15,000 on PyPI
colcon-python-setup-pyA colcon extension that identifies and…
permissive · top 15,000 on PyPI
colcon-package-informationExtends colcon-core to provide information…
permissive · top 15,000 on PyPI
colcon-devtoolsExtends colcon-core to expose information about…
permissive · top 15,000 on PyPI
colcon-notificationAdds desktop notifications to colcon build…
permissive · top 15,000 on PyPI
lbt-honeybeelbt-honeybee is a meta-package that installs…
agpl · top 15,000 on PyPI
colcon-corecolcon-core is a command-line tool that…
permissive · top 15,000 on PyPI
colcon-zshProvides Z shell (zsh) completion and…
permissive · top 15,000 on PyPI
colcon-package-selectionExtends colcon-core to filter and select a…
permissive · top 15,000 on PyPI
colcon-metadataExtends colcon-core to fetch and manage package…
permissive · top 15,000 on PyPI