Registry / multipyvu

multipyvu

JSON →
library3.6.1pypypi✓ verified 79d ago

Control MultiVu (for NanoString nCounter) using Python. Current version 3.6.1, requires Python >=3.7. Released irregularly; latest update 2023.

pip install multipyvu
INSTALL
IMPORT
SIG · MULTIPYVU
M
multipyvu
pythonv3.6.1
Install
8.5s avg
Import
Disk
187MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v3.6.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 187.6MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 8.5s · import 0.000s · 181MB
187MB installed
● package 187MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
from MultiPyVu import Client
from multipyvu import MultiVu
MultiPyVuError
from MultiPyVu import MultiPyVuError
from multipyvu import MultiVu
DataFile
from MultiPyVu import DataFile
from multipyvu import MultiVu

Connect to MultiVu and calibrate pressure.

from multipyvu import MultiVu mv = MultiVu() mv.calibrate_pressure() print(mv.get_pressure())
Debug
Known issues
deprecatedSome methods changed between 2.x and 3.x, e.g., 'set_pressure' now requires units parameter.
fix
Update calls to include units: mv.set_pressure(100, unit='psi')
affects: <3.0.0
gotchaMultiVu must be running and listening on TCP port 19003 before connecting.
fix
Start MultiVu software first, then run the Python script.
affects: all
breakingVersion 3.0.0 removed support for Python 3.6 and older, and changed the import path from 'multipyvu.multipyvu' to 'multipyvu'.
fix
Update imports: from multipyvu import MultiVu
affects: <3.0.0
Upgrade
Version history
3.6.1latest on PyPI · released Aug 28, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
multipyvu — pip install multipyvu · libregistry