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
|
Source: guiqwt
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>
Section: science
Priority: optional
Build-Depends: cython3,
debhelper-compat (= 13),
dh-sequence-numpy3,
dh-sequence-python3,
python3-all-dev,
python3-guidata (>= 3.0.1),
python3-numpy,
python3-qwt (>= 0.10),
python3-setuptools
Build-Depends-Indep: dh-sequence-sphinxdoc <!nodoc>,
python3-sphinx <!nodoc>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/guiqwt
Vcs-Git: https://salsa.debian.org/science-team/guiqwt.git
Homepage: https://github.com/PierreRaybaut/guiqwt
Package: python3-guiqwt
Architecture: any
Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python3-pydicom
Suggests: python-guiqwt-doc,
spyder
Description: efficient 2D data-plotting library - Python 3
The guiqwt Python library provides efficient 2D data-plotting
features (curve/image visualization and related tools) for
signal/image processing application development and interactive
computing. It's based on the scientific modules NumPy and SciPy, and
the PyQwt plotting widgets for PyQt5/PyQt6 graphical user interfaces.
.
This is the Python 3 version of the package.
Package: python-guiqwt-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: efficient 2D data-plotting library - Documentation
The guiqwt Python library provides efficient 2D data-plotting
features (curve/image visualization and related tools) for
signal/image processing application development and interactive
computing. It's based on the scientific modules NumPy and SciPy, and
the PyQwt plotting widgets for PyQt5/PyQt6 graphical user interfaces.
.
This is the documentation of the package.
|