1.1.0 • Published 6 years ago

python-inline v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

python-inline (🚨experimental)

NPM package to run inline python code inside a JS script (using python-shell

npm install --save python-inline

example

import {compile} from "python-inline"

compile ` 
x = "hello"
print(x)
`

milestones