python-spidermonkey: Version 0.1.0
- Allow linking against a system installed spidermonkey
- The internal API's I use in anticipation of Spidermonkey 1.8.1 aren't available in the system libraries. I'm blocking this milestone until the first release candidate is out and makes it into MacPorts.
- Improve documentation and examples
- Anyone feel like adding to the wiki? http://wiki.github.com/davisp/py...
- New feature requests
- Property access handler - Register an object to filter property lookups from JavaScript for security.
Paul J. Davis's assigned tickets 3 tickets open
- #11 Allow linking to system spidermonkey library build install js python open
- #12 Memory / CPU script limits resourcelimits open
- #22 JS_NewRuntime failures javascript runtime wtf new
Closed Tickets
-
✔ #19
Restrict methods accessible from javascript on python objectspython wrapping ✓resolved -
✔ #27
Broken tarballs on pypibuild package pypi ✓resolved
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
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.