WojciechMula / pyahocorasick

Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
927 stars 122 forks source link

Provide manylinux wheel #91

Closed sk- closed 2 years ago

sk- commented 5 years ago

It would be great if pyahocorasick provided prebuilt wheels for linux. See https://github.com/pypa/manylinux

WojciechMula commented 5 years ago

@sk- Thank you for pointing out this project, I didn't know it. I agree it'd be great, please give me some time to digest it, as I need to catch up.

pombredanne commented 5 years ago

@sk- I am building such wheels with this build loop https://github.com/pombreda/thirdparty-manylinux/ You can try them out from here: https://dl.bintray.com/pombreda/thirdparty2/ If this works out for you and your tests work OK, we could add them to the Pypi release.

bohyunjung commented 4 years ago

@pombredanne Thanks for providing some third party wheels.

pombredanne commented 2 years ago

I am adding support for the excellent cibuildwheel to get these available all the times. You can see this here. https://github.com/WojciechMula/pyahocorasick/actions/runs/1871630796 1.4.3 will have these pushed to PyPI