Skip to content

mesonbuild/meson-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c8092d · Mar 29, 2025
Mar 29, 2025
Jan 31, 2023
Feb 12, 2025
Feb 12, 2025
Feb 12, 2025
Feb 12, 2025
Feb 12, 2025
Jan 31, 2023
Oct 5, 2023
Oct 8, 2024
Oct 28, 2023
Oct 25, 2024
Nov 8, 2022
Apr 17, 2024
Jan 28, 2025
Sep 4, 2023
Oct 25, 2024
Jun 28, 2023
Jan 16, 2025

Repository files navigation

meson-python

meson-python is a Python build back-end built on top of the Meson build system. It enables using Meson for the configuration and build steps of Python packages. Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible. meson-python is best suited for building Python packages containing extension modules implemented in languages such as C, C++, Cython, Fortran, Pythran, or Rust. Consult the documentation for more details.

Questions regarding the use of meson-python can be directed to the discussions space on GitHub. Bug reports and feature requests can be filed as GitHub issues.