Skip to content

zeevro/wheel-version

Repository files navigation

wheel-version

A CLI tool to get versions from Python Wheel files

Running

Installing Python package from PyPI

pip install wheel-version

And then

wheel-version asdf-1.2.3-py3-none-any.whl
# OR
python3 -m wheel_version asdf-1.2.3-py3-none-any.whl

Installing with uv / pipx

uv tool install wheel-version
# OR
pipx install wheel-version

And then

wheel-version asdf-1.2.3-py3-none-any.whl

Running with uvx / pipx from PyPI

uvx wheel-version asdf-1.2.3-py3-none-any.whl
# OR
pipx run wheel-version asdf-1.2.3-py3-none-any.whl

Running with uvx / pipx as single file directly from source

curl -fsSL https://github.com/zeevro/wheel-version/raw/refs/heads/main/wheel_version.py | uv run -

Downloading source and running as single file with uv / pipx

wget https://github.com/zeevro/wheel-version/raw/refs/heads/main/wheel_version.py
# OR
curl -fsSLo wheel_version.py https://github.com/zeevro/wheel-version/raw/refs/heads/main/wheel_version.py

And then

uv run wheel_version.py
# OR
pipx run wheel_version.py

Usage

Use -h / --help. I'm lazy... 😅

About

A CLI tool to get versions from Python Wheel files

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages