aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-rapidfuzz-capi/pkg-descr
blob: 31817c301d1de4e1b44307b2649a9731430c0b2f (plain) (blame)
1
2
3
4
5
6
This package provides the C-API of RapidFuzz. It can be used inside
the pyproject.toml to compile and extension module extending
RapidFuzz. Providing this C-API in a separate package simplifies the
build process. It allows the usage on platforms which are not
supported by RapidFuzz, or for which RapidFuzz does not provide wheels
(e.g. because they are not officially supported by numpy).