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.0b5.tar.gz
(14.4 kB
view details)
Built Distribution
File details
Details for the file node_edge-0.1.0b5.tar.gz
.
File metadata
- Download URL: node_edge-0.1.0b5.tar.gz
- Upload date:
- Size: 14.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 | 3891d3e8f67e5af87d18f9034196a90f05ca6f91a5863ff395ab2ff63affe1fb |
|
MD5 | 8749a2cf3af7b021d8e82506031306d8 |
|
BLAKE2b-256 | f99149e166a35cf228d083ddb5ab6dc65760ffb827a3a9f07ff929fe490f6c20 |
Provenance
File details
Details for the file node_edge-0.1.0b5-py3-none-any.whl
.
File metadata
- Download URL: node_edge-0.1.0b5-py3-none-any.whl
- Upload date:
- Size: 15.1 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 | 4f6261aa6515c778e8f755e2a343feee038fe2d899492da3a4c7d6c8728a0b54 |
|
MD5 | f167d6064b1c70e0144cdd6395eb7a19 |
|
BLAKE2b-256 | fdfde3e6df431de2e8f88c31f6f3dddec63b853a8f849ec8cb2239f72391ec8c |