rtk-ai/rtk

Feature request: add rtk rewrite for `python3`

Open

#285 建立於 2026年2月28日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (2,914 fork)batch import
area:clieffort-mediumenhancementhelp wantedpriority:medium

倉庫指標

Star
 (48,085 star)
PR 合併指標
 (平均合併 11天 1小時) (30 天內合併 45 個 PR)

描述

Context

rtk discover --all shows python3 as an unhandled command:

  • 75 invocations in the last 30 days
  • Typical usage: pip index queries, running scripts, compile checks, module invocations

Request

Add an RTK rewrite/filter for python3 output. Tracebacks, pip version listings, and script output can be very verbose.

Example commands

python3 -m pip index versions fastapi
python3 -m py_compile app/main.py
python3 -c "from app.models import Base; print(len(Base.metadata.tables))"
python3 -m pytest tests/

Found via rtk discover --all.

貢獻者指南