1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/py-PyExecJS/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
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
2018-04-25 16:42:37 +00:00

15 lines
431 B
Plaintext

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/