You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
@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.
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template!
nightlark
changed the title
Automated workflow to release pre-compiled binary wheels
Automated workflow to release pre-compiled binary wheels?
Feb 28, 2024
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.
The text was updated successfully, but these errors were encountered: