File: control

package info (click to toggle)
pyvisa 1.11.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,312 kB
  • sloc: python: 12,586; makefile: 132
file content (31 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download | duplicates (2)
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
Source: pyvisa
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm,
               python3-pytest,
               python3-typing-extensions
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyvisa
Vcs-Git: https://salsa.debian.org/python-team/packages/pyvisa.git
Homepage: https://pyvisa.readthedocs.io/
Rules-Requires-Root: no

Package: python3-pyvisa
Architecture: all
Depends: python3-pkg-resources,
         ${python3:Depends},
         ${misc:Depends},
Recommends: python3-pyvisa-py (>= 0.5)
Suggests: libvisa0
Description: Python 3 bindings for Virtual Instrument Software Architecture
 The VISA standard provides a common interface for communication with test
 and measurement equipment.
 .
 This package provides Python 3 bindings for VISA.