Examples#
The following project use meson-python
for their build system known to be
adhering to best practices
- SciPy:
Probably the most complex project using Meson and
meson-python
. It combines CPython extensions and libraries written in C, C++, Fortran, Cython, and Pythran.- scikit-image:
Another complex project using
meson-python
.- siphash24:
A very simple project. It demonstrates how Meson makes it trivial to compile a CPython extension written in Cython via a simple template engine and link it to a library compiled from a Meson subproject. Also an example of how to use cibuildwheel to produce Python wheels for several platforms.