diff options
Diffstat (limited to 'libraries/python-spidermonkey/README')
-rw-r--r-- | libraries/python-spidermonkey/README | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/python-spidermonkey/README b/libraries/python-spidermonkey/README index c1395b00a0..9d6d6dd69a 100644 --- a/libraries/python-spidermonkey/README +++ b/libraries/python-spidermonkey/README @@ -1,4 +1,7 @@ Python/JavaScript bridge module, making use of Mozilla's spidermonkey -JavaScript implementation. +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 js and pysetuptools. +This requires pysetuptools, nose, and js. |