File: control

package info (click to toggle)
pygnuplot 0.11.16-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: python: 121; makefile: 4; sh: 1
file content (24 lines) | stat: -rw-r--r-- 821 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
Source: pygnuplot
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 12),
 dh-python,
 python3-all,
 python3-setuptools
Standards-Version: 4.3.0
Homepage: https://github.com/benschneider/PyGnuplot
Vcs-Browser: https://salsa.debian.org/python-team/modules/pygnuplot
Vcs-Git: https://salsa.debian.org/python-team/modules/pygnuplot.git

Package: python3-pygnuplot
Architecture: all
Depends: ${python3:Depends},
 ${misc:Depends}
Description: Simple Python wrapper for Gnuplot
 PyGnuplot works as a Python pipe for Gnuplot allowing to pipe commands
 to Gnuplot command prompt, plot, save data files, create postscript and PDF
 files
 .
 This package installs the library for Python 3.