build_wheel
Small utility to create a Python wheel given a pre-built dynamic library (.so, .dylib, .dll).
If you are just trying to produce a wheel from your Pyo3 Rust code, you should use maturin
. This utility covers the missing use case in which you already have compiled artifacts and do not want to build the Rust crate as part of the process.
Usage
See examples/clap
for a working CLI to pass these paths as command line arguments, and examples/metadata.toml
to see an example metadata file.
API documentation can be found here.