RubyGems.org

rubypython

0.5.3

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).

installgem install rubypython -v 0.5.3
Authors

Steeve Morin, Austin Ziegler, Zach Raines

65,266 total downloads 32,956 for this version
Owners

3dbbd14f725d539a9bac24a78b2779cc31ab75f7ddda241830659630746cdd3a0bd4cb67bc0d33b11fcd1d48b4b1bfe2

Gemfile
gem "rubypython", "~> 0.5.3"
Versions
  1. 0.5.3 October 23, 2011
Show all versions (22 total)