A CLI tool to get versions from Python Wheel files
pip install wheel-versionAnd then
wheel-version asdf-1.2.3-py3-none-any.whl
# OR
python3 -m wheel_version asdf-1.2.3-py3-none-any.whluv tool install wheel-version
# OR
pipx install wheel-versionAnd then
wheel-version asdf-1.2.3-py3-none-any.whluvx wheel-version asdf-1.2.3-py3-none-any.whl
# OR
pipx run wheel-version asdf-1.2.3-py3-none-any.whlcurl -fsSL https://github.com/zeevro/wheel-version/raw/refs/heads/main/wheel_version.py | uv run -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.pyAnd then
uv run wheel_version.py
# OR
pipx run wheel_version.pyUse -h / --help. I'm lazy... 😅