mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7 lines
415 B
Text
7 lines
415 B
Text
Python/JavaScript bridge module, making use of Mozilla's spidermonkey
|
|
JavaScript implementation. Allows implementation of JavaScript classes,
|
|
objects and functions in Python, and evaluation and calling of JavaScript
|
|
scripts and functions respectively. Borrows heavily from Claes Jacobssen's
|
|
Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding.
|
|
|
|
This requires pysetuptools, nose, and js.
|