| "); for (const linux of linuses) { html.push(` | Manylinux ${linux} | `); } html.push("|||
|---|---|---|---|---|
| Python ${release.version} | `) for (linux of linuses) { const candidates = []; for (asset of release.assets) { if (asset.linux == linux) { candidates.push(badge(asset, true)); } } if (candidates.length > 0) { html.push( "
| "
);
} else {
html.push("∅ | "); } } html.push(`