Hi, thanks for your great work, adjustText is a really useful package!
I’d love to use it in a project built on Pyodide. Pyodide installs packages via micropip, which requires wheels from PyPI (it cannot build from source distributions).
Since adjustText is pure Python (right?), it should be possible to publish a universal wheel (py3-none-any.whl) with each release. This makes installation in Pyodide and other environments much easier.
Would you be open to including a wheel in future PyPI releases?
Hi, thanks for your great work, adjustText is a really useful package!
I’d love to use it in a project built on Pyodide. Pyodide installs packages via micropip, which requires wheels from PyPI (it cannot build from source distributions).
Since adjustText is pure Python (right?), it should be possible to publish a universal wheel (py3-none-any.whl) with each release. This makes installation in Pyodide and other environments much easier.
Would you be open to including a wheel in future PyPI releases?