GitHub - mesonbuild/meson-python: Meson PEP 517 Python build backend (original) (raw)
meson-python
meson-python
is a Python build back-end built on top of the Mesonbuild 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 thedocumentation for more details.
Questions regarding the use of meson-python
can be directed to thediscussions space on GitHub. Bug reports and feature requests can be filed as GitHub issues.