Metadata-Version: 2.4
Name: fluxim-spm
Version: 0.1.1
Summary: A python library to control the Suite for Parallel Measurement (SPM 2.2+).
Project-URL: Homepage, https://www.fluxim.com/
Project-URL: Repository, https://bitbucket.org/fluximag/fluxim-spm
Author-email: Fluxim AG <hardware@fluxim.com>
License-Expression: MIT
License-File: LICENSE
Keywords: fluxim,measurement,spm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Requires-Dist: pyzmq
Description-Content-Type: text/markdown


<h2 align="center">
  <img src="https://bitbucket.org/fluximag/fluxim-spm/raw/8aaef028e2dfbaad6b33ab1cd5e4ddb35636717b/docs/logo.png" width="512"/>
</h2>
<h3 align="center">
  A python library to control the Suite for Parallel Measurement (SPM 2.2+).
</h3>

--------------------------------------------------------------------------------

## What's New in 1.0

Amazing feature being developed !

## Installation

```bash
pip install fluxim-spm
```

**Requirements:** Python 3.10+ and Suite for Parallel Measurement (SPM 2.2+).



## Quick Start

```python
from fluxim_spm.external_api import core

if __name__ == "__main__":
    print(f"SPM version: {core.version()}")

```

## License

This project is licensed under the [MIT License](LICENSE).

