File: control

package info (click to toggle)
reinteract 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,884 kB
  • ctags: 1,244
  • sloc: python: 9,276; sh: 3,883; xml: 780; objc: 311; makefile: 253; ansic: 201
file content (23 lines) | stat: -rw-r--r-- 976 bytes parent folder | download
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.