Print a Mardown matrix of wheels.
Project description
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>]
<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.
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.
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 wheel_matrix-0.2.0.tar.gz.
File metadata
- Download URL: wheel_matrix-0.2.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9878ef53e9da7509bc2ca8f1ae465a63db9898c023146d0c8118ff6a606fb1f9
|
|
| MD5 |
f27db7224b460ae847713149e9165338
|
|
| BLAKE2b-256 |
0bd397b3afbe82ef125cf2ff21f0bde65a4b30e0c288625466bd465caae2c249
|
File details
Details for the file wheel_matrix-0.2.0-py3-none-any.whl.
File metadata
- Download URL: wheel_matrix-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
039ee5da9743be0f8fdac601852983425fa081a7a7bce807824f11a2590df526
|
|
| MD5 |
31c02fbddf97701e3d232217396738d7
|
|
| BLAKE2b-256 |
c3eb7ef1164a142b0533b18f2a4e7713f475883bc66db5c44c30c9a08583771c
|