mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
PyExecJS is a porting of ExecJS from Ruby. PyExecJS automatically picks the best runtime available to evaluate your JavaScript program. https://pypi.python.org/pypi/PyExecJS Approved by: rakuco (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10813
14 lines
434 B
Text
14 lines
434 B
Text
PyExecJS is a porting of ExecJS from Ruby. PyExecJS automatically picks the
|
|
best runtime available to evaluate your JavaScript program.
|
|
|
|
Supported runtimes
|
|
* PyV8 - A python wrapper for Google V8 engine,
|
|
* Node.js
|
|
* Apple JavaScriptCore - Included with Mac OS X
|
|
* Mozilla SpiderMonkey
|
|
* Microsoft Windows Script Host (JScript)
|
|
* SlimerJS
|
|
* PhantomJS
|
|
* Nashorn - Included with Oracle Java 8
|
|
|
|
WWW: https://pypi.python.org/pypi/PyExecJS
|