Metadata-Version: 2.4
Name: delimux
Version: 0.0.6
Summary: API for the delimux device
Home-page: https://gitlab.phys.ethz.ch/cmtqo-projects/delicate/delimux
Author: Sebastian Huber
Author-email: huberse@phys.ethz.ch
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# README

## Installation

`pip install delimux`

## How to use and characteristics

The delimux can be used via the module `delimux`.

The usage is very simple:
```
import delimuxmm
mx=delimux.DeliMUX()
help(mx)
```
