ztane / python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
1.26k stars 155 forks source link

Providing wheels and updating CI + supported versions #49

Open systemcatch opened 4 years ago

systemcatch commented 4 years ago

Hey @ztane can you take a look at #36 & #48. I think the package could really benefit from publishing wheels and updating CI plus the supported versions, most problems seem to occur with install rather than usage. I don't mind lending a hand to clean up the repo.

Thanks for taking the time to maintain this package, it's appreciated. 👍

polm commented 3 years ago

I made a fork with wheels, see #61 for details.