prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)
https://prefix.dev
BSD 3-Clause "New" or "Revised" License
645 stars 21 forks source link

feat: support script files and #!python rewriting #99

Closed baszalmstra closed 9 months ago

baszalmstra commented 9 months ago

Adds support for scripts files in wheels. Pypi packages like Ruff use this to ship native executables or arbitrary Python scripts. A test is included that installs ruff in a venv and executes it.

Closes #98 Closes #59