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... 😅
Release files for wheel-version 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wheel_version-1.0.0.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wheel_version-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.9 kB
Release files / wheel_version-1.0.0.tar.gz
| Download URL | wheel_version-1.0.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d4681e871f4640f350aa8a7237b38b6152699feb7365889f667988de4f1e204
|
|
BLAKE2b-256 checksum How to use checksums |
882896502bcb64d9b872f0f7f73ffc6b41dbdacf6d6129800ce5774e0664bae0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.6.4
|
Release files / wheel_version-1.0.0-py3-none-any.whl
| Download URL | wheel_version-1.0.0-py3-none-any.whl |
|---|---|
| Size | 2.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
788752edd81ae610597fed9e06f79c171e365821e21a44e385744c1552ad0080
|
|
BLAKE2b-256 checksum How to use checksums |
1ec09c26a9921e2b4641e39d59cd06f5155d3502c61d5c6e94e44b6bacff4d21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.6.4
|