Skip to content

Feature request: add rtk rewrite for python3 #285

@oysi2025

Description

@oysi2025

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort-medium1-2 jours, quelques fichiersenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions