colcon-core
Command line tool to build sets of software packages.
What it is and what it does
colcon-core is the foundation package for colcon, a multi-package build orchestration system. It provides the core infrastructure for identifying packages, managing dependencies, ordering builds, and setting up execution environments. The package is designed for developers working with monorepos or modular projects that need to build, test, and deploy multiple interdependent software packages as a coordinated workflow.
The package depends on standard Python utilities like setuptools, packaging, and distlib for package management, plus testing infrastructure (pytest and related plugins). It's actively maintained, has been in use since 2018, and carries no known security vulnerabilities. The Alpha development status reflects its role as a foundation library rather than indicating instability.
Use it for:
- Automate building and testing multiple interdependent packages in a monorepo or workspace.
- Manage package build ordering and dependency resolution across a large project structure.
- Set up and manage build environments for complex multi-package software systems.
- Integrate package identification and dependency analysis into custom build workflows.
- Orchestrate CI/CD pipelines that need to build sets of packages with proper sequencing.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
colcon-core is a command-line tool that orchestrates building, testing, and using multiple software packages by automating the build process, managing package ordering, and setting up the environment.
Yes, if you need to build or orchestrate multiple packages as a coordinated system. colcon-core is actively maintained, has low install friction, carries no security vulnerabilities, and is permissively licensed. However, it is a foundation library typically used alongside colcon extension packages—verify that the extensions you need are available before committing to the ecosystem.
Install
colcon-core on PyPI
pip
pip install colcon-coreuv
uv add colcon-corepoetry
poetry add colcon-coreInstalling colcon-core
Before you install
Low install friction with a pure-Python wheel distribution. Active maintenance with a release 9 days ago and ongoing commits; the package is in Alpha status but has been stable since its first release in 2018.
License in practice
Apache-2.0 is a permissive license, so you can use, modify, and distribute colcon-core freely in both open-source and proprietary projects, provided you include a copy of the license and notice of changes.
Quickstart
pip install colcon-core
from colcon_core.package_identification import identify_packages
from colcon_core.plugin_system import instantiate_extensions
# Identify packages in a workspace
packages = identify_packages('path/to/workspace')
Requires Python 3.6 or later; colcon-core is the foundation package and typically used alongside colcon extension packages for full build workflow functionality.
Verify before relying
- Whether colcon-core alone is sufficient for typical build workflows or if additional colcon extension packages are required for practical use.
- Performance characteristics when handling large numbers of packages or complex dependency graphs.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 11 — distlib, EmPy, packaging, pytest, pytest-cov, pytest-repeat, pytest-rerunfailures, setuptools, tomli, importlib-metadata, coloredlogs |
| Maintenance | actively maintained — 9 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 234,214/month — #9,026 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: colcon_core-0.21.1-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-cdProvides a shell function for colcon-core that…
permissive · top 15,000 on PyPI
colcon-cmakecolcon-cmake is a plugin for colcon that adds…
permissive · top 15,000 on PyPI
cumulusciCumulusCI automates Salesforce application…
permissive · top 15,000 on PyPI
chzchz is a configuration management library that…
permissive · top 5,000 on PyPI
SConsSCons is a Python-based build system that…
permissive · top 5,000 on PyPI
colcon-parallel-executorExtends colcon-core to execute package builds…
permissive · top 15,000 on PyPI
colcon-defaultsExtends colcon to load default command-line…
permissive · top 15,000 on PyPI
colcon-zshProvides Z shell (zsh) completion and…
permissive · top 15,000 on PyPI
colcon-bashProvides Bash script generation as an extension…
permissive · top 15,000 on PyPI
colcon-common-extensionsBundles colcon-core and twenty common colcon…
permissive · top 15,000 on PyPI