File: control

package info (click to toggle)
pygrace 0.4p2-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 184 kB
  • ctags: 152
  • sloc: python: 1,134; makefile: 15
file content (22 lines) | stat: -rw-r--r-- 796 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
Source: pygrace
Section: python
Priority: extra
Maintainer: Georges Khaznadar <georgesk@ofset.org>
Build-Depends: debhelper (>= 7.0.50~),  quilt,
 python-all(>=2.6.6-3), python-setuptools (>= 0.6b3)
Standards-Version: 3.9.2
Homepage: http://www.cacr.caltech.edu/~mmckerns/software.html
X-Python-Version: >= 2.5

Package: python-pygrace
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, grace (>=1:5.1.22),
 python-numpy
Description: Python bindings for grace
 Grace is a point-and-click tool that allows the user to draw X-Y plots.
 .
 So python-grace inherits: User defined scaling, tick marks, labels,
 symbols, line styles, colors. Polynomial regression, splines, running
 averages, DFT/FFT, cross/auto-correlation, etc.
 .
 In addition, python-grace interacts nicely with numpy.