PiotrDabkowski / pyjsparser

Fast JavaScript parser for Python.
MIT License
246 stars 37 forks source link

wheel for python3 #40

Open simontaurus opened 3 months ago

simontaurus commented 3 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