File: control

package info (click to toggle)
python-pyqtgraph 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 4,184 kB
  • ctags: 5,281
  • sloc: python: 38,757; makefile: 115; ansic: 40
file content (69 lines) | stat: -rw-r--r-- 2,808 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: python-pyqtgraph
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Gianfranco Costamagna <locutusofborg@debian.org>
Section: python
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-docutils,
               python-matplotlib,
               python-numpy,
               python-opengl,
               python-qt4-gl,
               python-scipy,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools
Homepage: http://luke.campagnola.me/code/pyqtgraph
Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-pyqtgraph.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-pyqtgraph.git

Package: python-pyqtgraph
Architecture: all
Depends: python-qt4 | python-pyside,
         python-scipy,
         ${misc:Depends},
         ${python:Depends}
Recommends: python-matplotlib, python-opengl, python-qt4-gl
Suggests: python-pyqtgraph-doc
Description: Scientific Graphics and GUI Library for Python 2
 PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
 It is intended for use in mathematics / scientific / engineering applications.
 Despite being written entirely in Python, the library is very fast due to its
 heavy leverage of numpy for number crunching and Qt's GraphicsView framework
 for fast display.
 .
 This is the Python 2 version of the package.

Package: python3-pyqtgraph
Architecture: all
Depends: python3-pyqt4 | python3-pyside,
         python3-scipy,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-matplotlib, python3-opengl
Suggests: python-pyqtgraph-doc
Description: Scientific Graphics and GUI Library for Python 3
 PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
 It is intended for use in mathematics / scientific / engineering applications.
 Despite being written entirely in Python, the library is very fast due to its
 heavy leverage of numpy for number crunching and Qt's GraphicsView framework
 for fast display.
 .
 This is the Python 3 version of the package.

Package: python-pyqtgraph-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Scientific Graphics and GUI Library for Python (common documentation)
 PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy.
 It is intended for use in mathematics / scientific / engineering applications.
 Despite being written entirely in Python, the library is very fast due to its
 heavy leverage of numpy for number crunching and Qt's GraphicsView framework
 for fast display.
 .
 This is the common documentation package.