1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: reinteract
Section: python
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends: debhelper (>= 7.1), python-support
Standards-Version: 3.8.1
Homepage: http://www.reinteract.org/
Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-reinteract.git
Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-reinteract.git
Package: reinteract
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-matplotlib
Recommends: sox
Description: Worksheet-based graphical Python shell
Reinteract is a tool for interactive experimentation with Python
oriented around "worksheets" containing Python code combined with the
results of that code, formatted as text or graphical plots. Unlike a
traditional shell, you can go back and edit previously entered
statements, and the results will update.
.
Amongst other things, Reinteract is suitable for experimentation with
the Python language and for data analysis using NumPy and SciPy.
|