colcon-package-selection
Extension for colcon to select the packages to process.
What it is and what it does
colcon-package-selection is a plugin for the colcon build system that adds the ability to select and process only a subset of packages in a workspace rather than building everything. It integrates directly into colcon-core as an extension, letting you specify which packages to include during build, test, or other workspace operations.
The package is in Alpha status and has been dormant since its last release in October 2020. While it has low install friction and carries a permissive Apache 2.0 license, the lack of recent maintenance means it may not be compatible with newer versions of colcon-core or have unresolved issues. It is most useful in large multi-package workspaces where selective builds are essential.
Use it for:
- Speeding up iterative development by building only the packages you're actively modifying in a large workspace.
- Running CI/CD pipelines that need to build specific package subsets based on code changes or dependencies.
- Testing a single package or a small group of related packages without rebuilding the entire workspace.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends colcon-core to filter and select a subset of packages for processing during builds or workspace operations.
Yes, if you use colcon and need to select package subsets in your workflow. Install friction is minimal and the Apache 2.0 license is unencumbered. However, verify compatibility with your colcon-core version first—dormancy since 2020 means it may lag behind current colcon development, and you should confirm it works with your setup before relying on it in production.
Install
colcon-package-selection on PyPI
pip
pip install colcon-package-selectionuv
uv add colcon-package-selectionpoetry
poetry add colcon-package-selectionInstalling colcon-package-selection
Before you install
Low install friction with a single runtime dependency on colcon-core. Maintenance is dormant—last release was 2020-10-06 and no commits since 2024-11-25, so expect no active bug fixes or feature updates.
License in practice
Apache License 2.0 (permissive) allows commercial and private use with minimal restrictions; you must include a copy of the license and note any modifications.
Quickstart
pip install colcon-package-selection
colcon build --packages-select <package_names>
Requires colcon-core to be installed; this is a plugin extension, not a standalone tool.
Verify before relying
- Whether the package selection syntax and filtering options are documented or discoverable outside the colcon-core documentation.
- Whether this extension works with current colcon-core versions or if dormancy has created compatibility gaps.
Package facts
| License | Apache License, Version 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — colcon-core |
| Maintenance | dormant — 2,138 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 183,786/month — #10,057 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: colcon_package_selection-0.2.10-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-package-informationExtends colcon-core to provide information…
permissive · top 15,000 on PyPI
colcon-parallel-executorExtends colcon-core to execute package builds…
permissive · top 15,000 on PyPI
colcon-rosExtends colcon to recognize and build ROS…
permissive · top 15,000 on PyPI
colcon-recursive-crawlA colcon-core extension that recursively crawls…
permissive · top 15,000 on PyPI
colcon-python-setup-pyA colcon extension that identifies and…
permissive · top 15,000 on PyPI
colcon-cmakecolcon-cmake is a plugin for colcon that adds…
permissive · top 15,000 on PyPI
colcon-metadataExtends colcon-core to fetch and manage package…
permissive · top 15,000 on PyPI
colcon-cdProvides a shell function for colcon-core that…
permissive · top 15,000 on PyPI
colcon-common-extensionsBundles colcon-core and twenty common colcon…
permissive · top 15,000 on PyPI
colcon-pkg-configExtends colcon-core to configure environment…
permissive · top 15,000 on PyPI