2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3 <name>Reinteract-ROX</name>
4 <summary>a system for interactive experimentation with python</summary>
6 Reinteract is a system for interactive experimentation with python. You enter
7 Python code and expressions and immediately see the results. What distinguishes
8 Reinteract from a shell (such as IPython or the builtin interactive mode) is
9 that you can go back and edit expressions you entered earlier and the results
10 will flow through the part of the worksheet after the changed portion.</description>
12 <homepage>http://www.reinteract.org/</homepage>
14 <icon href="http://www.reinteract.org/images/reinteract-logo.png" type="image/png"/>
16 <feed-for interface="http://rox.sourceforge.net/2007/interfaces/Reinteract.xml"/>
18 <group license="OSI Approved :: GNU General Public License (GPL)" main="bin/uninst.py">
19 <implementation id="." version="0.1-pre"/>
20 <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
21 <environment insert="ROX-Lib2/python" mode="prepend" name="PYTHONPATH"/>