skillfed

colcon-recursive-crawl

Extension for colcon to recursively crawl for packages.

colcon-recursive-crawl v0.2.3 195.5K downloads/30d#9,814 on PyPI1
Permissive license Apache License, Version 2.0 DORMANT released

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

uv

uv add colcon-recursive-crawl

poetry

poetry add colcon-recursive-crawl

Installing 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

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 discoveryrecursive package crawlingcolcon build extensioncolcon workspace scanningfind packages colconcolcon plugindirectory tree package search
colcon-pluginbuild-automationmonorepo

More Build Tools packages