Skip to main content

unoffical Node.js package

Project description

Unofficial Node.js wheels

Pypi version Pypi downloads Pypi downloads Pypi downloads

nodejs-wheel is an unofficial repository to distribute Node.js prebuilt wheels through PyPI using

pip install nodejs-wheel

New in v20.13.0: If you don't need command line interface (CLI), install only nodejs-wheel-binaries, which is a direct dependency of nodejs-wheel.

Pypi version Pypi downloads Pypi downloads Pypi downloads

pip install nodejs-wheel-binaries

The package requires Python 3.7 and above.

The project is powered by scikit-build-core and cibuildwheel.

Available Builds

OS Arch Bit Conditions New in
Linux x86_64 64 glibc >= 2.28 v18.18.0
Linux x86_64 64 musl >= 1.2 v20.14.0
Linux aarch64 64 glibc >= 2.28 v20.13.0
Linux aarch64 64 musl >= 1.2 v22.13.1
macOS x86_64 64 >= macOS-13.5 v18.18.0
macOS arm64 64 >= macOS-13.5 v20.11.1
Windows amd64 64 v18.18.0
Windows arm64 64 v22.12.0

Usage

Command line

Only available in the nodejs-wheel package.

node -h
npm -h
npx -h

Run library module as a script

New in v20.13.0.

Only support node.

python -m nodejs_wheel --version

Python API

New in v20.13.0.

from nodejs_wheel import (
    node,
    npm,
    npx,
)

return_code0 = node(["--version"])
return_code1 = npm(["--version"])
return_code2 = npx(["--version"])

New in v20.13.1: pass return_completed_process=True to get subprocess.CompletedProcess instead of int.

completed_process0 = node(["--version"], return_completed_process=True)
completed_process1 = npm(["--version"], return_completed_process=True)
completed_process2 = npx(["--version"], return_completed_process=True)

License

nodejs-wheel distributed under the same MIT license as Node.js.

Other projects

The project is inspired by many other similiar projects:

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nodejs_wheel-26.2.0rc0.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nodejs_wheel-26.2.0rc0-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file nodejs_wheel-26.2.0rc0.tar.gz.

File metadata

  • Download URL: nodejs_wheel-26.2.0rc0.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nodejs_wheel-26.2.0rc0.tar.gz
Algorithm Hash digest
SHA256 fe83ea26dd3d8d13891c385b8c6d6d2cadce17aff459854814ac5a5856681c2b
MD5 b40a1c5e06020ebc2367dea116d235a6
BLAKE2b-256 edefcfa17f5e2f332418677230e33cb4f896acf10eb34b1e95fb8d714d64eb56

See more details on using hashes here.

Provenance

The following attestation bundles were made for nodejs_wheel-26.2.0rc0.tar.gz:

Publisher: build_wheel.yml on njzjz/nodejs-wheel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nodejs_wheel-26.2.0rc0-py3-none-any.whl.

File metadata

File hashes

Hashes for nodejs_wheel-26.2.0rc0-py3-none-any.whl
Algorithm Hash digest
SHA256 19b565574a3956abab3f7b77ebe6c250d5fd999da39ee97c74024ede31d1512a
MD5 c29d26658f19dad6c98d146b4e8a658a
BLAKE2b-256 f823e5cc173298d15321c9cdb5dd7d02d3703b21652540fa7c27b6db3d4e67c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for nodejs_wheel-26.2.0rc0-py3-none-any.whl:

Publisher: build_wheel.yml on njzjz/nodejs-wheel

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page