You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many Python packages are built using hosted build systems like GitHub Actions, Travis, and AppVeyor. Some build systems use containers, like cibuildwheel and multi-build. Survey the following information:
Which operating systems are used?
Which package managers are used?
Do these package ecosystems have a Package URL (PURL)?
Do these package ecosystems publish OSV records?
Do these package ecosystems support querying from a filepath to a package?
Build environments to survey:
multibuild
cibuildwheel
quay.io/pypa images
The text was updated successfully, but these errors were encountered:
Multibuild uses Travis for Linux and macOS and AppVeyor for Windows. Linux uses the quay.io/pypa manylinux images. Has a list of "libraries" that get built from source.
Many Python packages are built using hosted build systems like GitHub Actions, Travis, and AppVeyor. Some build systems use containers, like cibuildwheel and multi-build. Survey the following information:
Build environments to survey:
The text was updated successfully, but these errors were encountered: