Metadata-Version: 2.4
Name: labwire-drivers
Version: 0.3.0
Summary: Labwire instrument drivers speaking native wire protocols (SCPI/TCP, serial-style)
Author: Silous Ramelli
License-Expression: Apache-2.0
Requires-Python: >=3.12
Requires-Dist: labwire-core
Requires-Dist: pyyaml>=6
Provides-Extra: serial
Requires-Dist: pyserial-asyncio-fast>=0.16; extra == 'serial'
Requires-Dist: pyserial>=3.5; extra == 'serial'
Description-Content-Type: text/markdown

# labwire-drivers

Labwire `Instrument` drivers that speak native wire protocols (SCPI over
TCP, and serial-style line protocols) and expose the devices through the
Labwire protocol. In v0.1 every driver is developed and CI-tested against
its `labwire-sim` simulator; no real-hardware compatibility is claimed.
