test-pyodide-sandbox
v0.0.5
Published
CLI for running sandboxed Python code using Pyodide
Downloads
13
Readme
Pyiodide Sandbox
A simple CLI tool for running Python code in a sandboxed environment using Pyodide.
Installation
npm install -g .Usage
Run Python code directly:
pyiodide-sandbox -c "print('Hello from Python!')"Run a Python file:
pyiodide-sandbox -f path/to/your/script.pyOptions
-c, --code <code>: Python code to execute-f, --file <path>: Path to Python file to execute-h, --help: Display help-V, --version: Display version
