python-spidermonkey: Version 0.1.0

3 tickets open, 5 tickets total.

  • 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
  • New feature requests
    • Property access handler - Register an object to filter property lookups from JavaScript for security.

Paul J. Davis Paul J. Davis's assigned tickets 3 tickets open

Closed Tickets

New-ticket Create new ticket

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.

Recent Messages