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.

贡献者指南