Detect how uv was installed and get upgrade instructions
Project description
uvhow
Detect how uv was installed and get upgrade instructions.
Works on Windows, macOS, and Linux with support for all major installation methods.
Usage
Run with uvx (recommended):
uvx uvhow
Or install and run:
uv add uvhow
uvhow
Example Output
🔍 uv installation detected
✅ Found uv: uv 0.8.0 (0b2357294 2025-07-17)
📍 Location: /Users/user/.local/bin/uv
🎯 Installation method: Standalone installer
💡 To upgrade: uv self update
Supported Installation Methods
Unix/Linux/macOS
- Standalone installer (
~/.local/bin/uv) ->uv self update - Cargo (
~/.cargo/bin/uv) ->cargo install --git https://github.com/astral-sh/uv uv --force - Homebrew (
/opt/homebrew/bin/uv) ->brew upgrade uv - pipx (
~/.local/share/pipx/venvs/uv/bin/uv) ->pipx upgrade uv - pip (virtual environment) ->
pip install --upgrade uv - pip (system) ->
sudo pip install --upgrade uv - pip (user) ->
pip install --upgrade --user uv
Windows
- Standalone installer (
%USERPROFILE%\AppData\Local\Programs\uv\uv.exe) ->uv self update - Cargo (
%USERPROFILE%\.cargo\bin\uv.exe) ->cargo install --git https://github.com/astral-sh/uv uv --force - Scoop (
%USERPROFILE%\scoop\apps\uv\current\uv.exe) ->scoop update uv - Chocolatey (
C:\ProgramData\chocolatey\bin\uv.exe) ->choco upgrade uv - pipx (
%USERPROFILE%\pipx\venvs\uv\Scripts\uv.exe) ->pipx upgrade uv - pip (virtual environment) ->
pip install --upgrade uv - pip (system) ->
pip install --upgrade uv - pip (user) ->
pip install --upgrade --user uv - pip (Windows Store Python) ->
pip install --upgrade uv
Programmatic Usage
from uvhow import detect_uv_installation
installation = detect_uv_installation()
if installation:
print(f"Method: {installation.method}")
print(f"Upgrade: {installation.upgrade_command}")
Development
Setup
Install pre-commit hooks for code quality:
pip install pre-commit
pre-commit install
This will automatically:
- Remove trailing whitespace
- Fix end-of-file issues
- Format Python code with Black
- Sort imports with isort
- Validate YAML/TOML syntax
- Check for merge conflicts
Releasing New Versions
Use the included version bump script to release new versions:
# Preview what will happen
python bump_version.py patch --dry-run
# Bump patch version (0.1.2 -> 0.1.3) and deploy
python bump_version.py patch
# Bump minor version (0.1.2 -> 0.2.0) and deploy
python bump_version.py minor
# Bump major version (0.1.2 -> 1.0.0) and deploy
python bump_version.py major
The script will:
- Update the version in
pyproject.toml - Commit the version change
- Create a git tag (e.g.,
v0.1.3) - Push the tag to trigger GitHub Actions deployment to PyPI
Requirements:
- Clean git working directory (no uncommitted changes)
- Push access to the repository
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uvhow-0.4.3.tar.gz.
File metadata
- Download URL: uvhow-0.4.3.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c18e8ee6a66fb7bfc44db7e068a5267e94281601b946847b13424eac0693967a
|
|
| MD5 |
29619d70e91ed347e7845976c7e386f5
|
|
| BLAKE2b-256 |
ed298918407173d80f19785ae0a8c5a7d62f17812307f3d5600b6bac391593ba
|
Provenance
The following attestation bundles were made for uvhow-0.4.3.tar.gz:
Publisher:
publish.yml on python-developer-tooling-handbook/uvhow
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
uvhow-0.4.3.tar.gz -
Subject digest:
c18e8ee6a66fb7bfc44db7e068a5267e94281601b946847b13424eac0693967a - Sigstore transparency entry: 302575819
- Sigstore integration time:
-
Permalink:
python-developer-tooling-handbook/uvhow@784802a707cc6fb27da8a82ff47474b738634f3f -
Branch / Tag:
refs/tags/v0.4.3 - Owner: https://github.com/python-developer-tooling-handbook
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@784802a707cc6fb27da8a82ff47474b738634f3f -
Trigger Event:
push
-
Statement type:
File details
Details for the file uvhow-0.4.3-py3-none-any.whl.
File metadata
- Download URL: uvhow-0.4.3-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d4d39f73dd7e7668e8f65dde69f4b7b7c1b8d0960b70c3f2b9b057fd3401f81
|
|
| MD5 |
09f0a32ebd40bd3062f241643fefb0e5
|
|
| BLAKE2b-256 |
c447d07a9700e06eac1f4bb5da50e394989a4080cf70b5cd6d387f75beced39f
|
Provenance
The following attestation bundles were made for uvhow-0.4.3-py3-none-any.whl:
Publisher:
publish.yml on python-developer-tooling-handbook/uvhow
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
uvhow-0.4.3-py3-none-any.whl -
Subject digest:
9d4d39f73dd7e7668e8f65dde69f4b7b7c1b8d0960b70c3f2b9b057fd3401f81 - Sigstore transparency entry: 302575833
- Sigstore integration time:
-
Permalink:
python-developer-tooling-handbook/uvhow@784802a707cc6fb27da8a82ff47474b738634f3f -
Branch / Tag:
refs/tags/v0.4.3 - Owner: https://github.com/python-developer-tooling-handbook
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@784802a707cc6fb27da8a82ff47474b738634f3f -
Trigger Event:
push
-
Statement type: