1 dépôt
Validates Linux wheels against portability rules and tags them for broad distribution compatibility.
Distinct from Linux Build Targets: Distinct from Linux Build Targets: focuses on post-build portability validation, not build configuration.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Portability Compliance Validators. Refine with filters or upvote what's useful.
Maturin is a build tool that compiles Rust crates into Python wheel packages, supporting multiple binding systems such as PyO3, CFFI, and UniFFI to create native extension modules. It manages the full build pipeline from Rust compilation to wheel assembly, including cross-compilation for different operating systems and architectures without requiring native hardware. The tool integrates development-mode installation with automatic rebuilds: when a Python import hook detects source changes, it triggers recompilation before the module loads. Editable installs link the compiled module into site-
Validates Linux wheels against portability rules and tags them for broad distribution compatibility.