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.