RubyPython is a bridge between the Ruby and Python interpreters. It embeds a running Python interpreter in the Ruby application's process using FFI and provides a means for wrapping, converting, and calling Python objects and methods. RubyPython uses FFI to marshal the data between the Ruby and Python VMs and make Python calls. You can: * Inherit from Python classes. * Configure callbacks from Python. * Run Python generators (on Ruby 1.9.2 or later).
Required Ruby Version
>= 0
Authors
Steeve Morin, Austin Ziegler, Zach Raines
Versions
- 0.6.4 June 22, 2017 (42 KB)
- 0.6.3 September 25, 2012 (39 KB)
- 0.6.2 May 24, 2012 (39.5 KB)
- 0.6.1 May 18, 2012 (39.5 KB)
- 0.6.0 April 17, 2012 (39.5 KB)
Requirements
Python, ~> 2.4