Upgrade to Pro — share decks privately, control downloads, hide ads and more …

contribution to astral-sh/uv

contribution to astral-sh/uv

uvへ貢献した体験を記載しています。

Avatar for Shunsuke Tsuchiya

Shunsuke Tsuchiya

October 22, 2025
Tweet

Other Decks in Programming

Transcript

  1. uvに貢献した話 『Python の多様性 深掘りLT Night 』 〜バックエンドから機械学習まで〜 Date: 2024-10-22 Place:

    ファインディ株式会社オフィス Speaker: しゅんそく (@shunsock) shunsock: 2025-10-22
  2. Issue 課題 趣味で作っているPython開発環境 - アプリケーションは ./app - コマンドの発火は ./ =>

    ./ にいながら ... app/main.py を ... main.py と叩きたい shunsock: 2025-10-22
  3. Solution 解決方法 > An extremely fast Python package and project

    manager, written in Rust. 普通にClap (Rust のCLI ライブラリ) では...? => 正解 Clap なら環境変数簡単に読みこめるのでは? => 正解 動いたしPR 出すか shunsock: 2025-10-22
  4. Solution 解決方法 1. 本家のリポジトリ (astral-sh/uv) をFork 2.Fork したリポジトリ (shunsock/uv) をクローン

    3. ローカルで普通にブランチを切って作業 4.Fork したリポジトリ (shunsock/uv) のリモートにプッシュ 5. 本家のリポジトリ (astral-sh/uv) にプルリクエストを作成 shunsock: 2025-10-22
  5. Event Information イベント情報 日時: 11月20日 (木) 19:00 場所: 株式会社ユーザベース テーマ:

    Pythonプログラムの堅牢性 公募登壇: あり (15分) 堅牢.py shunsock: 2025-10-22