PiotrDabkowski / pyjsparser

Fast JavaScript parser for Python.
MIT License
251 stars 39 forks source link

wheel for python3 #40

Open simontaurus opened 6 months ago

simontaurus commented 6 months ago

Currently there's only a wheel for python2 (see https://pypi.org/project/pyjsparser/#files) - Could you provide a python3 wheel e.g. to use this package in pyodide?

Pyodide is a python distribution for the browser and Node.js based on WebAssembly. Especially useful for playgrounds/education (e. g. JupyterLite) and interactive documentation (e. g. markdown-exec) - pure python wheels are directly supported

simontaurus commented 1 month ago

@PiotrDabkowski Let me know if I can support in any way - otherwise maintaining a fork package would be a secondary solution