Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

Show HN: Uv-matrix – A tiny matrix runner for Python projects using Astral uv

Uv-matrix is a lightweight matrix runner for Python projects that leverages Astral uv. It allows developers to efficiently run commands across multiple Python versions and dependency combinations, streamlining CI/CD workflows and local testing with minimal configuration.

背景メモ

Astral uv(以下 uv)は、Rust で書かれた超高速な Python パッケージマネージャ兼プロジェクト管理ツール。従来の pip や Poetry を置き換える存在として 2024 年以降急速に普及し、「Python のビルドツールチェーンを一気通貫で爆速にする」と話題になった。GitHub 上では無料で使えるが、商用利用向けのライセンスも存在する。

関連記事