rubypython

Get Version

0.2.4

What

RubyPython is a C bridge between Ruby and Python with a Ruby interface. It’s aim is to make the power of the Python’s great standard library available to Ruby programmers from within Ruby.

h2. Installing

sudo gem install rubypython

Don’t worry if you got some ugly output from RDOC and RI.

The basics

Check out the RDOC pages at http://rubypython.rubyforge.org/rdoc

I have only tested this on Mac OS 10.5 with Python 2.5. If anyone has issues with another setup let me know and I’ll do what I can.

Forum

http://groups.google.com/group/rubypython

How to submit patches

Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.

You can fetch the source from:

http://rubyforge.org/scm/?group_id=6737

git clone git://rubyforge.org/rubypython.git

Build and test instructions

cd rubypython
rake test
rake install_gem

License

This code is free to use under the terms of the MIT license.

Contact

Comments are welcome. Send an email to Zach Raines email via the forum

Zach Raines, 7th August 2008
Theme extended from Paul Battley