mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
Similar to #516, but for individual files. ## Test Plan Ran: ```sh cargo run -p puffin-cli -- pip-uninstall plaid-python mkdir -p /Users/crmarsh/workspace/puffin/.venv/lib/python3.10/site-packages/tests echo "x=1" > /Users/crmarsh/workspace/puffin/.venv/lib/python3.10/site-packages/tests/__init__.py cargo run -p puffin-cli -- pip-sync requirements.txt --no-cache --verbose ``` |
||
|---|---|---|
| .. | ||
| install_location.rs | ||
| lib.rs | ||
| linker.rs | ||
| main.rs | ||
| pip_compileall.py | ||
| python_bindings.rs | ||
| record.rs | ||
| script.rs | ||
| uninstall.rs | ||
| wheel.rs | ||