summaryrefslogtreecommitdiffstats
path: root/python/python-spidermonkey/README
blob: 9d6d6dd69ad298d8b6180f80bbf8a6fa8f355733 (plain)
1
2
3
4
5
6
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.