Metadata-Version: 2.1
Name: abstract_instrument_interface
Version: 0.5
Summary: This package contains abstract classes for interfaces and GUIs which are used by all instruments compatible with Ergastirio
Home-page: https://github.com/MicheleCotrufo/
Author: Michele Cotrufo
Author-email: michele.cotrufo@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# abstract_instrument_interface

This package contains general classes for interfaces and GUIs, which are inherited by different other packages to control lab instruments.

## Installation

Use the package manager pip to install,

```bash
pip install abstract-instrument-interface
```

## Used by
This is a list of all instrument interfaces that use this package (and that are compatible with Ergastirio)
* [pyThorlabsPM100x](https://github.com/MicheleCotrufo/pyThorlabsPM100x)


