mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
125 stars 65 forks source link

Add project 'werpy' to list of projects using meson-python. #544

Closed rossarmstrong closed 10 months ago

rossarmstrong commented 10 months ago

This pull request proposes the addition of our package, werpy, to the list of working examples in the meson-python documentation.

Werpy is a fast, lightweight Python package for calculating and analyzing Word Error Rate (WER) between two sets of text.

This package demonstrates a successful use case of meson-python for building and distributing Python packages with C extensions and provides a good use case for others to view.

dnicolodi commented 10 months ago

I had a quick look at the project and I don't see it adding anything to what is already demonstrated by the other projects listed in the examples page. Actually, it does not use the recommended way to integrate Cython in the build process.

The projects listed so far have strong involvement form the meson-python maintainers thus we can be fairly sure that they follow best practices without having to review them constantly. I don't think we can realistically open this up to list arbitrary project, unless there are very good reasons for doing so.