Release 0.1
[reinteract/rox.git] / Reinteract.xml
blobf883e87cb6ab1c2f6f0d592a408a23865b6030c3
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
4   <name>Reinteract-ROX</name>
5   <summary>a system for interactive experimentation with python</summary>
6   <description>
7 Reinteract is a system for interactive experimentation with python. You enter
8 Python code and expressions and immediately see the results. What distinguishes
9 Reinteract from a shell (such as IPython or the builtin interactive mode) is
10 that you can go back and edit expressions you entered earlier and the results
11 will flow through the part of the worksheet after the changed portion.</description>
13   <homepage>http://www.reinteract.org/</homepage>
15   <icon href="http://www.reinteract.org/images/reinteract-logo.png" type="image/png"/>
17   <feed-for interface="http://rox.sourceforge.net/2007/interfaces/Reinteract.xml"/>
19   <group license="OSI Approved :: GNU General Public License (GPL)" main="bin/uninst.py">
20     <implementation id="." released="2007-11-21" version="0.1"/>
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>