Metadata-Version: 2.4
Name: zhinst-core
Version: 26.4.1.6
Summary: Python API for Zurich Instruments Devices
Project-URL: Documentation, https://docs.zhinst.com/labone_api_user_manual
Author-email: Zurich Instruments AG <info@zhinst.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: typing-extensions
Requires-Dist: numpy>=1.26.0
Description-Content-Type: text/markdown

# Zurich Instruments LabOne API

The `zhinst-core` package allows communication with Zurich Instruments devices from
the Python programming language. It's the native Python API of LabOne&reg;, the
Zurich Instruments control software.

![Zurich Instruments' LabOne&reg; User Interface](https://assets.zhinst.com/sites/default/files/styles/website_content_large/public/images/2025-08/L1_2_Screens_2000px.jpg.webp)

The documentation for the `zhinst.core` binary extension can be accessed [online](https://docs.zhinst.com/labone_api_user_manual/reference/python/) or via the built-in `help` command:

```python
import zhinst.core
help(zhinst.core)
```

More information about programming with Zurich Instruments devices is available in the [LabOne API Documentation](https://docs.zhinst.com/labone_api_user_manual/).
