python-scpi 2.4.0-2 source package in Ubuntu

Changelog

python-scpi (2.4.0-2) unstable; urgency=medium

  * Source-only upload.
  * d/copyright: updated copyright to LGPL-2.1+.
  * d/control: updated Uploaders.

 -- Yogeswaran Umasankar <email address hidden>  Sun, 30 Jun 2024 20:00:00 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-scpi_2.4.0-2.dsc 2.1 KiB 5e356aceb3bf83cbf363129c856e97b6a5d245d3044643a969d1700ff7f6d3b7
python-scpi_2.4.0.orig.tar.gz 38.0 KiB 1e06d6394f3e86b7c433968349a5dc21e99329c53e83936f3abdf30437eb92c8
python-scpi_2.4.0-2.debian.tar.xz 2.0 KiB 7095393ea3af4227f457843a211e49b85ad10bb15bd0d9deafdbf423d1ba3533

Available diffs

No changes file available.

Binary packages built by this source

python3-scpi: Basic idea here is to make transport-independent command sender/parser and a device baseclass that implements the common SCPI commands

 New asyncio version. Only for Python 3.5 and above. Since all
 the other wrappers either require VISA binary or are not generic
 (and do not implement the device in need). Basic idea here is to
 make transport-independent command sender/parser and a device
 baseclass that implements the common SCPI commands. A device
 specific implementation can then add the device-specific
 commands.