diff options
Diffstat (limited to 'python/python-spidermonkey/README')
-rw-r--r-- | python/python-spidermonkey/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python-spidermonkey/README b/python/python-spidermonkey/README new file mode 100644 index 0000000000..9d6d6dd69a --- /dev/null +++ b/python/python-spidermonkey/README @@ -0,0 +1,7 @@ +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. |