Skip to main content

Support package for NPyM, to install NPM packages with Python package managers.

Project description

NPyM

NPyM is a service that translates NPM packages into Python wheels so that you can install them using a Python package manager. This helps calling JS code from Python, especially if you combine it with Node Edge.

This package is a support package for NPyM, which is depended upon by the converted NPM packages.

It provides:

  • A wrapper to allow JS bin to be installed by package managers
  • A way to know where the node_modules is installed

In order to know this, you can easily do:

from npym import node_modules

print(node_modules)

Project details


Download files

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

Source Distribution

npym-1.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

npym-1.0.1-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

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