conda-forge / zstd-feedstock

A conda-smithy repository for zstd.
BSD 3-Clause "New" or "Revised" License
2 stars 26 forks source link

Include python bindings in recipe #45

Closed razvanch closed 3 years ago

razvanch commented 3 years ago

Hi,

Would it be possible to add the python zstd bindings (https://pypi.org/project/zstd/) to this recipe? Right now I have to install them separately via pip, and that causes problems, as the names of the packages clash.

Thanks, Razvan

jakirkham commented 3 years ago

Maybe you are looking for zstandard? This just contains the C library.

razvanch commented 3 years ago

Hmm ok, I'll see if I can use those bindings instead. Thanks.