skillfed

colcon-package-selection

Extension for colcon to select the packages to process.

colcon-package-selection v0.2.10 183.8K downloads/30d#10,057 on PyPI4
Permissive license Apache License, Version 2.0 DORMANT released

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-selection

uv

uv add colcon-package-selection

poetry

poetry add colcon-package-selection

Installing 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

Development Status :: 3 - AlphaEnvironment :: PluginsIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: POSIXProgramming Language :: PythonTopic :: Software Development :: Build Tools

Tags

colcon package filteringcolcon subset selectioncolcon build package selectioncolcon workspace package filtercolcon package subset processing
colcon-pluginbuild-system

More Build Tools packages

packaging

Provides reusable utilities for Python…

permissive · top 100 on PyPI

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

pip

pip is the standard installer for Python…

permissive · top 100 on PyPI

hatchling

Hatchling is a standards-compliant Python build…

permissive · top 100 on PyPI

grpcio-tools

Generates Python gRPC service stubs and message…

permissive · top 1,000 on PyPI

pre-commit

pre-commit is a framework for installing and…

permissive · top 1,000 on PyPI

colcon-package-information

Extends colcon-core to provide information…

permissive · top 15,000 on PyPI

colcon-parallel-executor

Extends colcon-core to execute package builds…

permissive · top 15,000 on PyPI

colcon-ros

Extends colcon to recognize and build ROS…

permissive · top 15,000 on PyPI

colcon-recursive-crawl

A colcon-core extension that recursively crawls…

permissive · top 15,000 on PyPI

colcon-python-setup-py

A colcon extension that identifies and…

permissive · top 15,000 on PyPI

colcon-cmake

colcon-cmake is a plugin for colcon that adds…

permissive · top 15,000 on PyPI

colcon-metadata

Extends colcon-core to fetch and manage package…

permissive · top 15,000 on PyPI

colcon-cd

Provides a shell function for colcon-core that…

permissive · top 15,000 on PyPI

colcon-common-extensions

Bundles colcon-core and twenty common colcon…

permissive · top 15,000 on PyPI

colcon-pkg-config

Extends colcon-core to configure environment…

permissive · top 15,000 on PyPI