Skip to content

SaidBySolo/boapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boapy

A JavaScript interpreter that can be used in Python using the boa engine.

Install

pip install boapy

Example

from boa import execute

execute("function add(a,b){ return a+b}")
result = execute("add(1,2)")
print(result)

About

A JavaScript interpreter that can be used in Python using the boa engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published