<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> rubypython </title> <script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script> <style> </style> <script type="text/javascript"> window.onload = function() { settings = { tl: { radius: 10 }, tr: { radius: 10 }, bl: { radius: 10 }, br: { radius: 10 }, antiAlias: true, autoPad: true, validTags: ["div"] } var versionBox = new curvyCorners(settings, document.getElementById("version")); versionBox.applyCornersToAll(); } </script> </head> <body> <div id="main"> <h1>rubypython</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rubypython"; return false'> <p>Get Version</p> <a href="http://rubyforge.org/projects/rubypython" class="numbers">0.2.9</a> </div> <h2>Is it in active development?</h2> The short answer: No. I started rubypython a couple of years ago in connection with some work I was doing as part of a summer research job. I actively worked on it a for a period of a few months from that time onward. Since then I have moved on to other things more closely related to my chosen field, although I do still come back now and again to tinker with the project. Nonetheless, I am always happy to help debug the code if a problem should arise. So don’t hesitate to contact me if you have trouble. <h2>What</h2> <p>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.</p> <p></p> <h3>Installing</h3> To install execute the following: <p><pre class='syntax'><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">rubypython</span></pre></p> <p>Don’t worry if you got some ugly output from <span class="caps">RDOC</span> and RI.</p> <h2>The Basics</h2> <p>Check out the <span class="caps">RDOC</span> pages at <a href="http://rubypython.rubyforge.org/rdoc">http://rubypython.rubyforge.org/rdoc</a></p> <p>I have test the system on Mac OS 10.5 and Ubuntu Jaunty 9.04. If anyone has issues with another setup let me know and I’ll do what I can.</p> <h2>Forum</h2> <p><a href="http://groups.google.com/group/rubypython">http://groups.google.com/group/rubypython</a></p> <h2>How to submit patches</h2> <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people’s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p> <p>You can fetch the source from:</p> <pre> git clone git://github.org/sentient6/rubypython.git</pre> <h3>Build and test instructions</h3> <pre>cd rubypython rake test rake install_gem</pre> <h2>License</h2> <p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p> <h2>Contact</h2> <p>Comments are welcome. Send an email to <a href="mailto:raineszm+rubypython@gmail.com">Zach Raines</a> email via the <a href="http://groups.google.com/group/rubypython">forum</a></p> <p class="coda"> <a href="mailto:achatesavc+rubypython@gmail.com">Zach Raines</a>, 22nd April 2010<br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> <!-- insert site tracking codes here, like Google Urchin --> </body> </html>