fujimotos / polyleven

Fast Levenshtein Distance Library for Python 3
https://ceptord.net
MIT License
81 stars 11 forks source link

wheels for polyleven #10

Closed datacycling closed 2 years ago

datacycling commented 2 years ago

First of all thanks for making polyleven available - the performance of polyleven is unbeatable !

Would it be possible for you to add support for wheels ?

I am using this library to build a docker image and lack of wheels is increasing the size of the image.

fujimotos commented 2 years ago

First of all thanks for making polyleven available - the performance of polyleven is unbeatable !

Thank you!

Would it be possible for you to add support for wheels ?

I'm planning to support it, but I first need to investigate how to build it. WFM.

datacycling commented 2 years ago

I used the workflow shown on https://github.com/pypa/cibuildwheel to build the wheels and I was able to build all the artifacts. It was a matter of adding one yml file.

You can check it out at https://github.com/datacycling/polyleven/actions

The wheels are at https://github.com/datacycling/polyleven/suites/8529941557/artifacts/380409277

fujimotos commented 2 years ago

@datacycling I released polyleven v0.8 with wheel support. For details, please visit PyPI's package page:

https://pypi.org/project/polyleven/#files

datacycling commented 2 years ago

Thanks a lot @fujimotos for taking care of it so quickly !!