Sha256: 888f893cbdbd2b86ed5b0f9040fb51b246ce0292d940643cf9702998761fa86c
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
h1. rubypython h2. 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 <pre syntax="ruby">sudo gem install rubypython</pre> Don't worry if you got some ugly output from RDOC and RI. h2. The Basics Check out the RDOC pages at "http://rubypython.rubyforge.org/rdoc":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. h2. Forum "http://groups.google.com/group/rubypython":http://groups.google.com/group/rubypython h2. How to submit patches Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above. You can fetch the source from: "http://rubyforge.org/scm/?group_id=6737":http://rubyforge.org/scm/?group_id=6737 <pre>git clone git://rubyforge.org/rubypython.git</pre> h3. Build and test instructions <pre>cd rubypython rake test rake install_gem</pre> h2. License This code is free to use under the terms of the MIT license. h2. Contact Comments are welcome. Send an email to "Zach Raines":mailto:achatesavc+rubypython@gmail.com email via the "forum":http://groups.google.com/group/rubypython
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubypython-0.2.8 | website/index.txt |