prefix-dev / rip

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

feat: find distributions in arbitrary directory #194

Closed baszalmstra closed 7 months ago

baszalmstra commented 7 months ago

Adds find_distributions_in_directory which allows searching for Python distributions in an arbitrary directory instead of a venv. This allows checking if a directory contains a distributions without having to reason about venvs.