Skip to content

Instantly share code, notes, and snippets.

@masakielastic
Created November 17, 2025 21:08
Show Gist options
  • Select an option

  • Save masakielastic/2532e672ebb465992b9712a37022681a to your computer and use it in GitHub Desktop.

Select an option

Save masakielastic/2532e672ebb465992b9712a37022681a to your computer and use it in GitHub Desktop.
Python に関するさまざまなツール

Python に関するさまざまなツール

uv

Python のバージョン管理・パッケージ管理ツール。Rust で開発。

curl -LsSf https://astral.sh/uv/install.sh | sh

ty

型チェッカー。Rust で開発。2025年11月時点ではプレビュー段階。

uv tool install ty@latest

Ruff

Linter と Formatter。Rust で開発。

uv tool install ruff@latest

pytest

テストフレームワーク。

uv tool install pytest@latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment