File: control

package info (click to toggle)
pygrace 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: python: 1,071; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 886 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
24
25
26
Source: pygrace
Section: python
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper (>= 11),
 python3-setuptools,
 python3-all,
 dh-python,
 python3-numpy
Standards-Version: 4.3.0
Homepage: http://www.cacr.caltech.edu/~mmckerns/software.html
Vcs-Browser: https://salsa.debian.org/georgesk/pygrace
Vcs-Git: https://salsa.debian.org/georgesk/pygrace.git

Package: python3-pygrace
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, grace (>=1:5.1.22),
 python3-numpy
Description: Python3 bindings for grace
 Grace is a point-and-click tool that allows the user to draw X-Y plots.
 .
 So python3-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.