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.0b2.tar.gz
(13.3 kB
view details)
Built Distribution
File details
Details for the file node_edge-0.1.0b2.tar.gz
.
File metadata
- Download URL: node_edge-0.1.0b2.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.5 Linux/5.15.0-53-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1c316a9bda5b248ed92fb8254065bf00da33e64c6a8381de8dfdc6884d3d9ba |
|
MD5 | 4ef1c8b38a535b3c22d6c5e4761fd60b |
|
BLAKE2b-256 | 4d74c184fc5a644635b9b8408b523288c85664fa8fa20d5e8e2a42d815fc1cbf |
Provenance
File details
Details for the file node_edge-0.1.0b2-py3-none-any.whl
.
File metadata
- Download URL: node_edge-0.1.0b2-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.5 Linux/5.15.0-53-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22738b08bfffd3208e0346ea2aec1e4b028b4f26cf6122632156a254b2a4492c |
|
MD5 | 3b59551e204251989124fa9810d7ebdb |
|
BLAKE2b-256 | 94432bcbfc25118819ba82cdb884032fdd89e451901771f60c29114b10de39d1 |