mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
14 lines
431 B
Text
14 lines
431 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.org/project/PyExecJS/
|