Binary package “python3-scpi” in ubuntu oracular

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.