Adam Hupp
Adam Hupp
This would be a pretty substantial API change for a niche case, would prefer to not do it.
Merging into https://github.com/ahupp/python-magic/issues/293
This would be a pretty substantial API change and without changing libmagic would not really be a perf win. There's probably space for a whole new API for libmagic, but...
This was fixed in 0.4.27
This is old and believed fixed, please reopen if you still have an issue
Merging into https://github.com/ahupp/python-magic/issues/293
@kratsg Basically 100% of the issues with libmagic are on Windows, so my intent was to just solve it there. OSX and linux all have good solutions for this. Of...
It's certainly possible to ship the binaries for every platform, but it's not obvious a good cost/benefit tradeoff. It does have the nice benefit of avoiding version skew between the...
@ddelange I did a random sample of some top-250 packages that are (afaik) source-only and they all distribute a .-py3-none-any.whl: https://pypi.org/project/typing-extensions/#files https://pypi.org/project/requests/#files https://pypi.org/project/wheel/#files I thought wheel files were used because...
That makes sense, thanks for the explanation. But, surely this isn't the only package that has an external dependency on some installed library though, there are plenty of cases where...