Skip to main content

Replace pip with uv pip.

Project description

Replace pip with uv pip

PyPI

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

replace_pip_with_uv_pip-0.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

replace_pip_with_uv_pip-0.0.1-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page