Replace pip with uv pip.
Project description
Replace pip with uv pip
A simple script to replace pip
with uv pip
. Note that pip
and uv pip
have many differences.
Although pip maintainers are strongly against providing pip
-> uv pip
alias, it's still valuable in several use cases, especially in the CI service (see below).
Use cases
cibuildwheel
When using cibuildwheel, the hardcoded pip install
is called when testing a wheel.
There is no way to replace pip install
with uv pip install
on the user side.
Installing replace-pip-with-uv-pip
is a workaround:
# in pyproject.toml:
[tool.cibuildwheel]
before-test = ["pip install replace-pip-with-uv-pip"]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file replace_pip_with_uv_pip-0.0.1.tar.gz
.
File metadata
- Download URL: replace_pip_with_uv_pip-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16f60d63a8d7bef89b4f7c72fd6599ba4d223d1ae99d6654281918a5b64e2cce |
|
MD5 | 15aefd8aec59899898c8c7d9d6e589d8 |
|
BLAKE2b-256 | 718292a88e9423b602c3da20349399a541b27cbf211defba5d8e13f2031b1ab4 |
File details
Details for the file replace_pip_with_uv_pip-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: replace_pip_with_uv_pip-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd54d100efc75c5b970a3f5cb9d84b3908c426323785da1bfbe3b424ad547971 |
|
MD5 | 2bedee95a4249e198436969c68c166a2 |
|
BLAKE2b-256 | beed1d68ebed267f81888d85183f215ff5a546507654afa97da78dc60f62e530 |