colcon-metadata
Extension for colcon to read package metadata from files.
What it is and what it does
colcon-metadata is a plugin for the colcon build system that extends colcon-core to read and manage package metadata stored in remote repositories. It allows build systems to fetch structured information about packages—such as build configuration, dependencies, or other metadata—from centralized metadata repositories rather than deriving it solely from package source code.
The package is designed for teams using colcon as their build orchestration tool who need to maintain and distribute metadata separately from source repositories. It depends on colcon-core for the plugin framework and PyYAML for parsing metadata files. Development status is marked as Alpha, and the project has been dormant since August 2020, meaning it receives no active maintenance or updates.
Use it for:
- Centralize package metadata for large colcon-based monorepos to avoid duplicating build configuration across many repositories.
- Fetch build metadata from a shared repository during CI/CD pipelines to configure builds without modifying source code.
- Manage cross-project dependencies and metadata in organizations using colcon as their primary build system.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends colcon-core to fetch and manage package metadata from remote repositories, enabling build systems to access structured package information during builds.
Yes, if you are actively using colcon and need to manage package metadata from a centralized repository. No, if you are not already using colcon or if you need active maintenance and support—the package has been dormant since 2020 and may not be compatible with recent colcon-core versions without verification.
Install
colcon-metadata on PyPI
pip
pip install colcon-metadatauv
uv add colcon-metadatapoetry
poetry add colcon-metadataInstalling colcon-metadata
Before you install
Low install friction with a pure-Python wheel. Maintenance is dormant: the latest release was 2020-08-10, over five years ago, though the repository remains active. Depends on colcon-core and PyYAML, both stable.
License in practice
Apache License 2.0 is permissive and poses no restrictions on commercial or private use; you may use, modify, and distribute this package freely.
Quickstart
pip install colcon-metadata
Once installed, colcon-metadata integrates as a plugin into colcon-core and is invoked through the colcon command-line interface rather than direct Python imports.
Requires colcon-core to be installed and a colcon-compatible build environment; this is a plugin, not a standalone library.
Verify before relying
- Whether the package works with current colcon-core versions given its last release in 2020.
- What specific metadata formats or repository structures are supported beyond the example in colcon-metadata-repository.
Package facts
| License | Apache License, Version 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — PyYAML, colcon-core |
| Maintenance | dormant — 2,195 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 182,557/month — #10,095 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: colcon_metadata-0.2.5-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-pkg-configExtends colcon-core to configure environment…
permissive · top 15,000 on PyPI
gitmanGitman manages nested Git repositories as…
permissive · top 15,000 on PyPI
colcon-outputExtends colcon-core to customize output…
permissive · top 15,000 on PyPI
colcon-library-pathExtends colcon to configure environment…
permissive · top 15,000 on PyPI
colcon-devtoolsExtends colcon-core to expose information about…
permissive · top 15,000 on PyPI
colcon-rosExtends colcon to recognize and build ROS…
permissive · top 15,000 on PyPI
colcon-package-selectionExtends colcon-core to filter and select a…
permissive · top 15,000 on PyPI
colcon-recursive-crawlA colcon-core extension that recursively crawls…
permissive · top 15,000 on PyPI
colcon-common-extensionsBundles colcon-core and twenty common colcon…
permissive · top 15,000 on PyPI