GitHub: https://github.com/PyO3/maturin User Guide: https://maturin.rs
之前 /t/816053 想做的使用 PyPI 分发二进制文件的事情,使用 Rust 就很简单:
$ maturin build --release -b bin
举个例子: https://github.com/messense/auditwheel-symbols ,PyPI 地址: https://pypi.org/project/auditwheel-symbols/
GitHub Actions 上可以比较方便地构建 manylinux/musllinux 兼容的 wheel: https://github.com/messense/maturin-action
1
Vcide 225 天前
正在学习使用楼主开发的 PyO3 和 Maturin 来开发 Python 包,上手很顺滑
|