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.0b3.tar.gz
(13.4 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
File details
Details for the file node_edge-0.1.0b3.tar.gz.
File metadata
- Download URL: node_edge-0.1.0b3.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.5 Linux/5.15.0-56-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
894fb79f15b31c6ed294cc52425191fd3b0d7d5ecc1870649b4169cd836e27de
|
|
| MD5 |
5291197690f11ce1d8c476229b50a20e
|
|
| BLAKE2b-256 |
a3df979787dc20682e23a5bf3b60b0925d32f76fafc936bd090c5e3d6f64c321
|
File details
Details for the file node_edge-0.1.0b3-py3-none-any.whl.
File metadata
- Download URL: node_edge-0.1.0b3-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-56-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5192d13cd2fbb61c29e9c96a699e3b69794ef1bd22fd4f3e48d30c352fdb174
|
|
| MD5 |
a3e111f3999bd815d8ebe21dae3d54a9
|
|
| BLAKE2b-256 |
9af0bd50730745c6e9ac1c6a6a9beef1d5b8403f5b3173f9de7fd57c75c70708
|