colcon-recursive-crawl
Extension for colcon to recursively crawl for packages.
What it is and what it does
colcon-recursive-crawl is a plugin for the colcon build system that extends its package discovery mechanism. It adds the ability to recursively search through directory hierarchies to find and index packages, rather than relying on flat or manually-specified package lists. This is useful in monorepo or workspace setups where packages are organized in nested folder structures.
The extension integrates directly into colcon-core's plugin architecture, so once installed, it becomes available as a discovery strategy. It has been in alpha status since its initial release in 2018 and has received minimal updates since late 2023. It carries no known security vulnerabilities and depends only on colcon-core, making it lightweight to add to an existing colcon installation.
Use it for:
- Discovering packages in a monorepo with nested subdirectories without manually listing each package path.
- Automating workspace setup when package structure is hierarchical or changes frequently.
- Extending colcon's default discovery to handle non-standard directory layouts in large projects.
- Building ROS 2 workspaces where packages are organized in nested folders across multiple levels.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A colcon-core extension that recursively crawls directory trees to discover and locate packages for the colcon build system.
Yes, if you use colcon and need recursive package discovery in a nested workspace structure. The low install friction, permissive license, and absence of known vulnerabilities make it safe to add. However, verify compatibility with your colcon-core version first, as the package is dormant and may not be updated for breaking changes in colcon's plugin API.
Install
colcon-recursive-crawl on PyPI
pip
pip install colcon-recursive-crawluv
uv add colcon-recursive-crawlpoetry
poetry add colcon-recursive-crawlInstalling colcon-recursive-crawl
Before you install
Low install friction with a single runtime dependency (colcon-core). Maintenance is dormant—last release was over a year ago and the repository has not been archived, but activity is minimal. Suitable for stable use if the underlying colcon-core API remains compatible.
License in practice
Licensed under Apache License 2.0 (permissive), allowing commercial and private use with minimal restrictions. No licensing concerns for most projects.
Quickstart
pip install colcon-recursive-crawl
from colcon_recursive_crawl.plugin import RecursiveCrawlExtension
# Extension is automatically discovered and registered by colcon-core
Requires colcon-core to be installed and Python >= 3.6. The extension is a plugin that integrates into colcon's discovery system rather than a standalone library.
Verify before relying
- Whether the recursive crawl strategy is suitable for very large monorepos or deeply nested directory structures.
- Current compatibility with recent colcon-core versions given the dormant maintenance status.
Package facts
| License | Apache License, Version 2.0 (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — colcon-core |
| Maintenance | dormant — 1,044 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 195,547/month — #9,814 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: colcon_recursive_crawl-0.2.3-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-devtoolsExtends colcon-core to expose information about…
permissive · top 15,000 on PyPI
colcon-parallel-executorExtends colcon-core to execute package builds…
permissive · top 15,000 on PyPI
colcon-package-selectionExtends colcon-core to filter and select a…
permissive · top 15,000 on PyPI
colcon-python-setup-pyA colcon extension that identifies and…
permissive · top 15,000 on PyPI
colcon-rosExtends colcon to recognize and build ROS…
permissive · top 15,000 on PyPI
colcon-metadataExtends colcon-core to fetch and manage package…
permissive · top 15,000 on PyPI
formic2Formic implements Apache Ant FileSet and glob…
copyleft · top 5,000 on PyPI
scantreeRecursively scans directories with flexible…
permissive · top 5,000 on PyPI
abx-pluginsProvides a suite of ArchiveBox-compatible…
permissive · top 15,000 on PyPI