Metadata-Version: 2.4
Name: crudo
Version: 0.0.2
Summary: Library for high-level user control of the QiController for cryogenic detector readout
Project-URL: Repository, https://github.com/quantuminterface/crudo
Author-email: Quantum Interface <quantuminterface@ipe.kit.edu>
License-File: COPYING
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Requires-Dist: bitarray>=2.7.3
Requires-Dist: cirque>=1.0
Requires-Dist: deprecated>=1.2.16
Requires-Dist: lmfit>=1.3.3
Requires-Dist: matplotlib>=3.7.1
Requires-Dist: numpy>=1.24.2
Requires-Dist: pandas>=2.0.2
Requires-Dist: scipy>=1.10.1
Requires-Dist: setuptools>=68.2.2
Description-Content-Type: text/markdown

# crudo
Control and Readout Utilities for low-temperature Detector Operation
This repository provides a comfortable way of using the SDR systems developed by KIT-IPE for cryogenic detector readout.
It contains higher-level functionality for configuring the system by utilizing the low-level cirque API

## Important note
This package is only useful in combination with the Quantum Interface Controller hardware system developed at KIT-IPE.

## Installation

To install `crudo` use

```shell
pip install crudo
```

## LICENSE
crudo is released under the terms of the **GNU General Public License** as published by the Free Software Foundation, either version 3 of the License, or any later version.
Please see the [COPYING](COPYING) files for details.
