Open Source Development

 View Only

Open Source Wheel Packages for Linux on Power 

2 days ago

The IBM Python wheel repository hosts wheel packages for the Linux on Power platform. This blog provides details about the available wheels and their license information.

To check the licenses for available wheels, complete the following steps:

1. Download the required wheel from pypi using the following command.

pip download <package_name>==<version> --prefer-binary -- index-url=https://wheels.developerfirst.ibm.com/ppc64le/linux --verbose --no-deps

2. Unzip the content of wheel and then browse through files for checking included licenses.

unzip <your-package>.whl -d output-directory/

OR

If the package is already installed, you can navigate to `<python-path>/site-packages/` to access its files and associated license information.

Attached is a full list of packages, along with version and license details

Statistics
0 Favorited
17 Views
1 Files
0 Shares
1 Downloads
Attachment(s)
pdf file
License information for wheel packages for Linux on Power   411 KB   1 version
Uploaded - Fri August 01, 2025