deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
307 stars 79 forks source link

Please share wheel file on pypi #399

Open heisenpreet opened 3 months ago

heisenpreet commented 3 months ago

Hi , I am a developer working on a project using pyodide.

The issue is that svglib does not release wheel files on pypi. As far as I can see it should be possible to release.

Please consider doing so. Thanks. Screenshot 2024-04-08 150900

github-actions[bot] commented 3 months ago

Thank you for raising your first issue! Your help to improve svglib is much appreciated!

deeplook commented 3 months ago

Thank you for the suggestion! Do you want to make a contribution, maybe?

heisenpreet commented 3 months ago

sure 😊

xnopasaranx commented 3 months ago

I have the exact same issue and was just looking to open an issue. It would be very much appreciated if a wheel was made available for easy installation via micropip.

xnopasaranx commented 3 months ago

I was able to build a wheel without any code changes that I can use inside pyodide. I am serving this from as a static file for now, so I can get on with my work. @heisenpreet I will wait for your contribution before making a PR myself, though.