freebsd-ports/devel/py-Js2Py/pkg-descr
Tobias C. Berner f4f3b6d73e New port: devel/py-Js2Py
Pure Python JavaScript Translator/Interpreter

Everything is done in 100% pure Python so it's extremely easy to install and
use. Supports Python 2 & 3. Full support for ECMAScript 5.1, ECMA 6 support is
still experimental.

WWW: https://github.com/PiotrDabkowski/Js2Py
2019-04-19 08:35:51 +00:00

7 lines
278 B
Text

Translates JavaScript to Python code. Js2Py is able to translate and execute
virtually any JavaScript code.
Js2Py is written in pure python and does not have any dependencies. Basically
an implementation of JavaScript core in pure python.
WWW: https://pypi.org/project/Js2Py/