area:clieffort-mediumenhancementhelp wantedpriority:medium
Repository metrics
- Stars
- (48,085 stars)
- PR merge metrics
- (平均マージ 11d 1h) (30d で 45 merged PRs)
説明
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.