Metadata-Version: 2.4
Name: zhinst
Version: 26.1.0
Summary: Zurich Instruments Python API
Author: Zurich Instrument
Author-email: info@zhinst.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: zhinst.core==26.1.0.361
Requires-Dist: zhinst.utils==0.7.1
Requires-Dist: zhinst.toolkit==1.3.0
Dynamic: license-file

# Zurich Instruments LabOne Packages

![](https://github.com/zhinst/zhinst-meta/blob/main/thumbnail.jpg)

The `zhinst` package is purely a metapackage that installs the whole Python API
stack for LabOne&reg;, the Zurich Instruments control software.

It includes the following packages:

* [zhinst-core](https://pypi.org/project/zhinst-core/) (native Python API for LabOne)
* [zhinst-utils](https://pypi.org/project/zhinst-utils/) (utility functions for zhinst-core)
* [zhinst-toolkit](https://pypi.org/project/zhinst-toolkit/) (high-level Python API for LabOne)

This package includes everything required to interface with LabOne form within Python.
For more information see the dedicated package documentation or the
[online documentation](https://docs.zhinst.com).

WARNING: Upgrading from version <= 22.02 to 22.08 requires to uninstall this package first and the reinstalling it, `--upgrade` will corrupt the package.  
