Metadata-Version: 2.4
Name: libertem-asi-tpx3
Version: 0.3.2
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
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-asi-tpx3

A Rust+Python library for receiving sparse array streams from Amsterdam
Scientific Instruments CheeTah TPX3 detectors.

# Development

Needs to have a Python environment active, and a recent rust toolchain installed.

- `pip install maturin[patchelf] numpy`
- `maturin develop -r`
- `python examples/simple.py`

## 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

