-
Notifications
You must be signed in to change notification settings - Fork 28
Description
I noticed that currently the ssdeep package only provides a source package on PyPI, which makes it harder to depend on the ssdeep package (can't just list ssdeep in pyproject dependencies, need to have user manually install libfuzzy or set an environment variable to build from source -- which is also requires having a suitable compiler installed).
Would there be interest in a PR that uses cibuildwheel to automate building ssdeep binary wheels across a variety of architectures? This would be similar to the work done for https://github.com/ssciwr/clang-format-wheel, https://github.com/nightlark/swig-pypi/, and https://github.com/scikit-build/cmake-python-distributions/, which provide pre-compiled binary wheels for all major platforms on PyPI (https://pypi.org/project/swig/, https://pypi.org/project/cmake/, https://pypi.org/project/clang-format).
@phibos I also noticed it has been a while since any code updates were made (though ssdeep itself also appears to be mostly frozen), and the last comment by a python-ssdeep maintainer on a GitHub issue appears to be around 2022 -- if you need help with maintenance, I'm open to helping with some of the open GitHub issues and getting an update released on PyPI.