Metadata-Version: 2.4
Name: libertem-qd-mpx
Version: 0.3.2
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: numpy>=1.16.0
Requires-Dist: opentelemetry-api
License-File: LICENSE
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/LiberTEM/LiberTEM-rs/

# LiberTEM-qd-mpx

[![LiberTEM-qd-mpx on GitHub](https://img.shields.io/badge/GitHub-MIT-informational)](https://github.com/LiberTEM/LiberTEM-rs)

This is a Python package for efficiently receiving data from
Quantum Detectors Merlin, in both single- and quad-chip configurations.
It is implemented in rust, with a Python interface on top.

It is built for [LiberTEM-live](https://github.com/libertem/libertem-live), but can
also be used stand-alone.

## Changelog

### v0.3.2

- updated licensing metadata

### v0.3.0

- Support for recent Python versions
- Switch to abi3-py39
- Updated dependencies (pyO3 etc)

### v0.2.13

- Updated dependencies and improved error handling

### v0.2.12

- Initial release of LiberTEM-qd-mpx

