Minor refactoring to address Owen's comments.
[reinteract/rox.git] / Reinteract.xml
blobfc2090d5269bb2f3b87d59fcd09253fc654a4944
1 <?xml version="1.0" ?>
2 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
3   <name>Reinteract</name>
4   <summary>a system for interactive experimentation with python</summary>
5   <description>
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"/>
17   <category>Development</category>
19   <group license="OSI Approved :: GNU General Public License (GPL)" main="bin/uninst.py">
20     <implementation id="." version="0.1-post"/>
21     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
22       <environment insert="ROX-Lib2/python" mode="prepend" name="PYTHONPATH"/>
23     </requires>
24   </group>
25 </interface>