Files
guru/dev-python/pyvisa-py/metadata.xml
2026-02-26 21:06:15 +08:00

28 lines
1.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<longdescription lang="en">
PyVISA-py is a pure Python implementation of the VISA (Virtual Instrument
Software Architecture) library. It allows message-based communication with
laboratory instruments over Serial, USB, GPIB, and Ethernet (TCP/IP)
interfaces without requiring proprietary vendor VISA libraries.
</longdescription>
<longdescription lang="zh">
PyVISA-py 是 VISA虚拟仪器软件架构库的纯 Python 实现。它允许通过串口、
USB、GPIB 和以太网TCP/IP接口与实验室仪器进行基于消息的通信无需依赖
专有的厂商 VISA 库。
</longdescription>
<upstream>
<remote-id type="pypi">pyvisa-py</remote-id>
<remote-id type="github">pyvisa/pyvisa-py</remote-id>
</upstream>
<use>
<flag name="serial">Enable serial port communication via <pkg>dev-python/pyserial</pkg></flag>
<flag name="usb">Enable USB communication via <pkg>dev-python/pyusb</pkg></flag>
</use>
</pkgmetadata>