RubyGems.org

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-raspi
Authors

Steeve Morin, Austin Ziegler, Zach Raines, Lewis O'Driscoll

1,014 total downloads 346 for this version
Owners

064b1213b1f8875c554d356e23b37e05

Gemfile
gem "rubypython-raspi", "~> 0.1.2"
Versions
  1. 0.1.2 October 21, 2011
  2. 0.1.1 October 21, 2011
  3. 0.1.0 October 21, 2011