summaryrefslogtreecommitdiffstats
path: root/libraries/python-spidermonkey/README
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2010-05-13 00:33:21 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:33:21 +0200
commitbd9e4588c6e94481ed562e0ec65b931bef319bcd (patch)
tree2be0b5aa683d408892e7124b5365da766d9d8305 /libraries/python-spidermonkey/README
parentdf4410542517a0b7a23f84f4dd98024a6506bc93 (diff)
downloadslackbuilds-bd9e4588c6e94481ed562e0ec65b931bef319bcd.tar.gz
slackbuilds-bd9e4588c6e94481ed562e0ec65b931bef319bcd.tar.xz
libraries/python-spidermonkey: Updated for version 0.0.8
Diffstat (limited to 'libraries/python-spidermonkey/README')
-rw-r--r--libraries/python-spidermonkey/README7
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.