Metadata-Version: 2.4
Name: pybhu
Version: 0.1.0
Summary: PyQt6 viewer for 3D NumPy image stacks
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.24
Requires-Dist: matplotlib>=3.8
Requires-Dist: PyQt6>=6.6
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Dynamic: license-file

# pybhu

```python
import numpy as np
import pybhu

data = np.random.rand(64, 64, 10)
pybhu.img_viewer(data)
```

## Supported in 0.1.0

- 3D NumPy arrays only
- Layer browsing
- Colormap selection
- Colormap inversion
- Separate colorbar window
- Global and per-layer color limits

## Not yet supported

- `.mat` loading
- Spectrum viewers
- Analysis tools from the MATLAB application
