tkrajina / gpxpy

gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.
Apache License 2.0
1.01k stars 223 forks source link

Publish a pure Python wheel to PyPI? #237

Closed jtpio closed 1 year ago

jtpio commented 3 years ago

It looks like only the source distribution is uploaded to PyPI: https://pypi.org/project/gpxpy/1.4.2/#files

image

It would be great to have a Python wheel uploaded there too. This will make it possible to use gpxpy with pyodide in the browser, for example when using jupyterlite.

Thanks!

hugovk commented 2 years ago

Please see PR https://github.com/tkrajina/gpxpy/pull/247.