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.0.tar.gz
(14.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
node_edge-0.1.0-py3-none-any.whl
(15.0 kB
view details)
File details
Details for the file node_edge-0.1.0.tar.gz.
File metadata
- Download URL: node_edge-0.1.0.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.5 Linux/6.5.0-45-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06055a29f8b00b18a434ba7bddc659d1e4e002ff69fb10ddab478d6894e11093
|
|
| MD5 |
ae62148091c62f70cf7d9db3b9f25627
|
|
| BLAKE2b-256 |
32a515982c5eba0f8b1e4979bc4a5ffc0abbcfc585e78996e135165b49cc770a
|
File details
Details for the file node_edge-0.1.0-py3-none-any.whl.
File metadata
- Download URL: node_edge-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.5 Linux/6.5.0-45-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9cf05fca7cce7b7e0cbf366e747cc1f7f19170a1426fcf481c33196bee1b84f
|
|
| MD5 |
84cdccc64b157164b6e8f6b1169d26ee
|
|
| BLAKE2b-256 |
225d0488a948aa98acf79dee4816c6d7c7ccec0d4163452382439a1c5de808bc
|