Metadata-Version: 2.1
Name: zhinst-toolkit
Version: 0.1.1
Summary: Zurich Instruments tools for high level device control
Home-page: https://github.com/zhinst/zhinst-toolkit
Author: Zurich Instruments
Author-email: info@zhinst.com
License: MIT
Description: ![CI](https://github.com/zhinst/zhinst-toolkit/workflows/CI/badge.svg?branch=master)
        [![Coverage](https://codecov.io/gh/zhinst/zhinst-toolkit/branch/master/graph/badge.svg?token=VUDDFQE20M)](https://codecov.io/gh/zhinst/zhinst-toolkit)
        [![PyPI version](https://badge.fury.io/py/zhinst.svg)](https://badge.fury.io/py/zhinst)
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow%20%40zhinst)](https://twitter.com/zhinst)
        
        
        # Zurich Instruments Toolkit (zhinst-toolkit)
        The Zurich Instruments Toolkit (zhinst-toolkit) is a collection of Python tools for high level device control. Based on the native interface to [Zurich Instruents LabOne](https://www.zhinst.com/labone), they offer an easier and more user-friendly interface. It's tailord for the control of multiple instruments togheter, especially for device managment and multiple AWG distributed control.
        It comes in the form of a package compatible with Python 3.6+
        
        ## Status
        The zhinst-toolkit is well tested and considered stable enough for general usage. The interfaces may have some incompatible changes between releases. Please check the changelog if you are upgrading.
        
        ## Install
        See [INSTALL](INSTALL.md) for more information.
        
        ## Documentation
        For a full documentation see [here](http://labone.pages.zhinst.com/zhinst-toolkit/index.html).
        <!-- See the examples for more information in the folder 'examples' -->
        
        ## Contributing
        We welcome contributions by the community, either as bug reports, fixes and new code. Please use the GitHub issue tracker to report bugs or submit patches. Before developing something new, please get in contact with us.
        
        ## License
        This software is licensed under the terms of the MIT license. See [LICENSE](LICENSE) for more detail.
        
Keywords: zhinst sdk quantum
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
