Metadata-Version: 2.4
Name: zhinst-comms
Version: 3.2.0.2509181
Summary: Zurich Instruments internal python bindings for Capnp
Author-email: Zurich Instruments AG <info@zhinst.com>
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Other/Proprietary 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.9
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: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: aiohttp~=3.0
Requires-Dist: click~=8.0
Requires-Dist: packaging
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# Zurich Instruments Communication Bindings

The `zhinst-comms` package bundles the protocol stack required to talk to a 
server (e.g. LabOne data server). It is not tailored to a specific server or protocol but aims to provide a generic API that can be customized to all needs. 

> ⚠️ **This package is not intended to be used directly.**.
> 
> It is utilized in the `labone` package.
>     For more information take a look at https://github.com/zhinst/labone-python.
