nodejs-pypi icon indicating copy to clipboard operation
nodejs-pypi copied to clipboard

Project to repackage Node.js releases as Python binary wheels for distribution via PyPI

Results 14 nodejs-pypi issues
Sort by recently updated
recently updated
newest added

As our release versions match that of the bundled node we can't [^0] update the API after we realise a none alpha version. Therefore we need to ensure the API...

This PR adds `mypy` type checking to all of our _internal_ code -- whereas #8 added typing for our _external_ code I used pretty modern type syntax, therefore this PR...

There are a small number of tests in https://github.com/samwillis/nodejs-pypi/tree/main/tests, they test installing packages and executing Node scripts. We should use them in the CI setup. @jacobdr, any chance you cold...

Thanks to the work of @jacobdr we now have CI. It's only one step further to on a schedule, check for new Node versions, build wheels and publish them automatically....