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: python-gnuplotlib
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13), dh-python,
python3-all, python3-setuptools, python3-numpy,
python3-numpysane,
gnuplot-qt | gnuplot-x11 | gnuplot-nox | gnuplot5-qt | gnuplot5-x11 | gnuplot5-nox | gnuplot
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Standards-Version: 4.6.1
Homepage: https://github.com/dkogan/gnuplotlib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gnuplotlib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gnuplotlib
Package: python3-gnuplotlib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3-numpysane (>= 0.3-1),
gnuplot-qt | gnuplot-x11 | gnuplot-nox | gnuplot5-qt | gnuplot5-x11 | gnuplot5-nox | gnuplot
Provides: ${python3:Provides}
Description: Gnuplot-based plotter for numpy
gnuplotlib allows numpy data to be plotted using Gnuplot as a backend. As much
as was possible, this module acts as a passive pass-through to Gnuplot, thus
making available the full power and flexibility of the Gnuplot backend.
.
This is the package for Python3
|