Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
514 stars 167 forks source link

Added python setup info + building wheels locally + GH Action. #223

Closed Martinsos closed 2 months ago

Martinsos commented 2 months ago

TODO:

Martinsos commented 2 months ago

Got wheels building! Not for macos14, nor for windows, but we also didn't have that before, and now they are building for python 3.12 which is great.

Martinsos commented 2 months ago

Works, merging!