piwheels.org

@piwheels
7 Followers
3 Following
5 Posts
Python package repository making pip installs fast for Raspberry Pi. Community project by @bennuttall & Dave Jones. Powered by the Mythic Beasts Pi cloud.
Websitehttps://www.piwheels.org
GitHubhttps://github.com/piwheels

We recently rolled out support for PEP-658 - including metadata files in our package index, making piwheels more efficient and effective for Raspberry Pi users.

Here's a blog post about how we implemented it and cautiously rolled it out:

https://blog.piwheels.org/2026/05/pep-658-metadata-rollout/

PEP-658 metadata rollout

Wheel files include a metadata file containing information about the package: its dependencies, Python version requirements, and compatibility tags (such as ABI and platform). pip uses this metadata to determine whether a wheel is suitable for the system it's being installed on. PEP-658 allows...

We did an update on our PyPI stats post from 2021. Here's the 2026 edition: https://blog.piwheels.org/2026/03/pypi-stats/
Debian Trixie is released - and wheels are available now https://blog.piwheels.org/2025/10/debian-trixie/
Debian Trixie

Raspberry Pi have just released their operating system images based on Debian Trixie. Over the last few weeks, we've been working hard behind the scenes to prepare for this, building armv7 and armv6 wheels for the cp313 ABI, and we're pleased to announce we've completed the backlog and fully...

piwheels - hostedpi

Python interface to the Mythic Beasts Hosted Pi API

Hello world