pypa/manylinux resource
Python wheels that work on any linux (almost) observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3887
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
1770 stars · 245 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The manylinux project provides Docker images and specifications for building portable binary Python wheel packages that work across most Linux distributions. It defines the manylinux and musllinux platform tags standardized through PEPs 513, 571, 599, 600, and 656.
Use cases
- build python wheels that work on any linux
- create manylinux-compliant binary wheels for pypi
- compile C extensions for python with maximum compatibility
- build musllinux wheels for alpine linux
- set up CI to build portable python packages
- distribute prebuilt python packages for multiple architectures
When to choose
- you maintain a Python package with C/C++/Rust extensions and want to ship binary wheels to PyPI
- you need wheels compatible across many Linux distros and glibc/musl versions
- you want reproducible, standardized build environments for multiple CPU architectures
When to avoid
- your package is pure Python and needs no binary wheels
- you only target a single Linux distribution and can build natively
- you need to build wheels for macOS or Windows (use cibuildwheel or platform-specific tooling instead)
Facets
infra-config · maturity active
build-tool developer-tools deployment developer-tools cross-platform python python-wheels manylinux pep-513 pep-600 musllinux binary-distribution docker-images packaging-standards packaging linux docker
1 source
- readme: https://github.com/pypa/manylinux · fetched 2026-08-28 · c666eb6bf09c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pypa/manylinux | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem