skillfed

rosdistro

A tool to work with rosdistro files

rosdistro v1.0.1 84.1K downloads/30d#14,027 on PyPI10
Permissive license BSD, MIT Active released

What it is and what it does

rosdistro is a utility library for working with ROS (Robot Operating System) distribution metadata. It provides tools to parse and access catkinized rosdistro files—YAML-based configuration files that define which packages, versions, and dependencies make up a particular ROS release. The package wraps lower-level ROS infrastructure (catkin-pkg, rospkg) and YAML parsing (PyYAML) to give developers programmatic access to distribution information.

It is primarily used by ROS build systems, release managers, and tooling that needs to inspect or validate package metadata across ROS distributions. The library has been actively maintained since 2013 and currently supports modern Python versions (3.6+). It carries no known security vulnerabilities and uses permissive licensing (BSD/MIT), making it safe to integrate into ROS-based projects.

Use it for:

  • Query package metadata and dependencies from a specific ROS distribution release
  • Validate rosdistro YAML files during ROS release engineering workflows
  • Build tools that inspect or report on ROS ecosystem package structure and versions
  • Automate dependency resolution across catkinized packages in a distribution
  • Integrate ROS distribution data into CI/CD pipelines for ROS projects

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Parses and manipulates ROS distribution metadata files in YAML format, enabling programmatic access to package definitions and dependency information across ROS releases.

Yes, if you are working within the ROS ecosystem and need programmatic access to distribution metadata. The package is actively maintained, has low install friction, carries no security issues, and is licensed permissively. Install only if you are building ROS tooling or infrastructure; it has no utility outside ROS environments.

Install

rosdistro on PyPI

pip

pip install rosdistro

uv

uv add rosdistro

poetry

poetry add rosdistro

Installing rosdistro

Before you install

Low friction installation with a pure-Python wheel. Active maintenance with recent commits (2026-05-22) and stable release history since 2013. Four runtime dependencies (PyYAML, setuptools, catkin-pkg, rospkg) are standard ROS ecosystem packages.

License in practice

Dual-licensed under BSD and MIT (both permissive). No restrictions on commercial or private use; you may use, modify, and distribute freely provided you retain license notices.

Quickstart

pip install rosdistro

import rosdistro

# Load a distribution from the ROS index
distro = rosdistro.get_distribution_file('humble')

Requires Python 3.6 or later. Intended for use within ROS ecosystems; standalone utility outside ROS environments is limited.

Verify before relying

  • Whether rosdistro.get_distribution_file() and other public APIs are documented or discoverable from the package alone
  • Whether the package works offline or requires network access to ROS index servers
  • Compatibility with ROS 2 distributions versus ROS 1 only

Package facts

License BSD, MIT (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 4 — PyYAML, setuptools, catkin-pkg, rospkg
Maintenance actively maintained — 664 days since the last release
Last repo commit
First released
Downloads 84,082/month — #14,027 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: rosdistro-1.0.1-py3-none-any.whl

Keywords: ROS

License :: OSI Approved :: BSD LicenseLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python

Tags

ROS distribution metadata parsingrosdistro file toolscatkin package distributionROS release managementcatkinized package metadataROS ecosystem configurationdistribution file manipulation
ros-ecosystemmetadata-parsingbuild-infrastructure

More Build Tools packages