python-zstd icon indicating copy to clipboard operation
python-zstd copied to clipboard

PEP 518 ?

Open dulfox opened this issue 2 years ago • 1 comments

Do you plan to implement PEP 518 ? It's not related directly related to https://github.com/sergey-dryabzhinsky/python-zstd/issues/83 but I was on a ARM platform with cpython 3.11 installed and when I've asked pip to install zstd it "yelled at me" that the wheel didn't exist and neither the pyproject.toml so it has to build the old way... I think you should think about futur compatibility and maybe move to pyproject.toml.

dulfox avatar Jan 15 '23 16:01 dulfox

It would be difficult, but not impossible to accomplish this due to how this repo compiles c against various targets. In otherwords, this isn't "just" a python project but a mixed c/python project.

Unfortunately, the documentation on this is not complete for c/c++ conditions

chris-ha458 avatar Aug 24 '23 08:08 chris-ha458