Projects using meson-python#

Here’s a curated list of projects using meson-python.

SciPy

Probably the most complex project using Meson and meson-python. It combines CPython extensions and libraries written in C, C++, Cython, Fortran, Pythran, etc., it targets a wide variety of platforms.

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 sub-project. Also an example of how to use cibuildwheel to produce Python wheels for several platforms.