diff options
Diffstat (limited to 'python/python-spidermonkey/README')
-rw-r--r-- | python/python-spidermonkey/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/python-spidermonkey/README b/python/python-spidermonkey/README deleted file mode 100644 index f666d99334..0000000000 --- a/python/python-spidermonkey/README +++ /dev/null @@ -1,8 +0,0 @@ -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. - -Code is taken from the mozjs185-port branch of -https://github.com/garywiz/python-spidermonkey |