PyV8

Python Wrapper for Google V8 Engine
Download

PyV8 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Flier Lu
  • Publisher web site:
  • http://code.google.com/u/flier.lu/

PyV8 Tags


PyV8 Description

Python Wrapper for Google V8 Engine PyV8 is a Python wrapper for Google V8 engine, it act as a bridge between the Python and JavaScript objects, and support to hosting Google's v8 engine in a python script.>>> import PyV8>>> engine = PyV8.Engine()>>> engine.eval("1+2")'3'>>> class Global(object):... def hello(self):... print "Hello World"...>>> engine = PyV8.Engine(Global())>>> engine.eval("hello()")Hello World'null' Requirements: · Python


PyV8 Related Software