A tool to run Node code from Python
Project description
node-edge
This tool allows you to run Node code from Python, including dependency management:
from node_edge import NodeEngine
package = {
"dependencies": {
"axios": "^1.2.0",
},
}
with NodeEngine(package) as ne:
axios = ne.import_from("axios")
print(axios.get("https://httpbin.org/robots.txt").data)
Documentation
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
node_edge-0.1.0b6.tar.gz
(14.4 kB
view details)
Built Distribution
File details
Details for the file node_edge-0.1.0b6.tar.gz
.
File metadata
- Download URL: node_edge-0.1.0b6.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.5 Linux/5.19.0-32-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8885a250631b4cfb3b490016b81a26b26a97f1dbbd30903a92cfc3be50e86b20 |
|
MD5 | b0c2f7313f113258c925aa6121e7e1ef |
|
BLAKE2b-256 | c77b131a902f5bbe314ee9a03f70d142c29f0252051b4a31297ab4ac9c64755e |
Provenance
File details
Details for the file node_edge-0.1.0b6-py3-none-any.whl
.
File metadata
- Download URL: node_edge-0.1.0b6-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.10.5 Linux/5.19.0-32-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db7c172921d897ac8081a8dd7be4e503b81c10cd8ddcb9925a03272d562c2c51 |
|
MD5 | 9d4579514ee6c01522035a871bc00e1f |
|
BLAKE2b-256 | 1583976048d6a8188a9ad2e258f36bd2f8dc10753bd66f7ee911ae3293bcccd4 |