Open CNSeniorious000 opened 4 months ago
Some python environment can only install python packages with .whl. Such as @pyodide, a wasm python runtime.
.whl
As this is a pure python package, it should be easy to build a wheel for it and upload it to PyPI. Thanks!
Personally I really need this. So if you don't have time, I can try making a PR for this if you want.
Some python environment can only install python packages with
.whl
. Such as @pyodide, a wasm python runtime.As this is a pure python package, it should be easy to build a wheel for it and upload it to PyPI. Thanks!
Personally I really need this. So if you don't have time, I can try making a PR for this if you want.