wheel-matrix
wheel-matrix is a Python tool that simplifies the complexity of managing Python package distributions by generating a comprehensive Markdown matrix of available wheel files for different Python versions and platforms. This tool aids in the visualization of compatibility and availability of wheel files for Python packages across various operating systems (Linux, Windows, macOS) and architectures (x86_64, i686, arm64, etc.), streamlining the process of identifying the necessary distributions for package users and maintainers.
Features
- Generates a Markdown formatted matrix of available wheel distributions.
- Supports multiple platforms including Linux, Windows, and macOS.
- Identifies distributions for a range of Python versions, considering only versions newer than Python 3.7.
- Easy to integrate into documentation or CI/CD pipelines for automated updates.
Example
This table was produced by wheel-matrix pyfxr:
| Python | linux x86_64 | linux i686 | linux aarch64 | windows win32 | windows amd64 | mac x86_64 | mac arm64 | musllinux aarch64 | musllinux i686 | musllinux x86_64 |
|---|---|---|---|---|---|---|---|---|---|---|
| cp313 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| cp312 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| cp311 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| cp310 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| cp39 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| cp38 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| cp36 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ |
| cp37 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ |
| pp310 | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
| pp36 | ✅ | ❌ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ |
| pp37 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
| pp38 | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
| pp39 | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
Installation
wheel-matrix can be installed from PyPI with pip:
pip install wheel-matrix
Ensure you have Python 3.10 or newer to run wheel-matrix.
Usage
To use wheel-matrix, run the following command in your terminal:
wheel-matrix <package-name> [<version>] [--platforms=all] [--output=md|json|gha-matrix]
<package-name>: Name of the Python package for which to generate the wheel matrix.<version>: (Optional) Specific version of the package. If not provided, the latest version will be used.--platforms=all: Include every architecture known to the tool, instead of the recommended subset.--output=: Select the output format.md(default) prints a Markdown table,jsonprints the raw data andgha-matrixprints a GitHub Actions matrix describing the missing wheels.
Example:
wheel-matrix pandas
This will print a Markdown formatted matrix to the console, showing the availability of wheel files for different combinations of Python versions and operating systems.
Contributing
Contributions to wheel-matrix are welcome!
Please feel free to submit pull requests or create issues on the GitHub repository.
License
wheel-matrix is released under the MIT License. See the LICENSE file in the GitHub repository for more details.
Release files for wheel-matrix 0.4.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_matrix-0.4.0.tar.gz | 7.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wheel_matrix-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.0 kB
Release files / wheel_matrix-0.4.0.tar.gz
| Download URL | wheel_matrix-0.4.0.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e18d3b88f942f9001e95460d2fb4b17d0c0cea599a3e0803bb147e3724818e5d
|
|
BLAKE2b-256 checksum How to use checksums |
1ae258dd48d6d16cd1897f15e342cdd4a2e5179463005e1da8dc9f4bfddc3a4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 30, 2025.
Transparency logRelease files / wheel_matrix-0.4.0-py3-none-any.whl
| Download URL | wheel_matrix-0.4.0-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
918cc8a1b27b3a1452c6d41cfba4b7b25f5c973a412f27215879b0d379bd1054
|
|
BLAKE2b-256 checksum How to use checksums |
8804be7d56ca30c75e81a10483d568ba071c6c2afa5b8c3db581b3c7486f22fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.12.9
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 30, 2025.
Transparency log