Metadata-Version: 2.4
Name: lvm_tools
Version: 0.0.2
Summary: Lazily read/encapsulate LVM DRP data in a modular way
Author-email: Tom Hilder <Thomas.Hilder@monash.edu>
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: astropy>=7.1.0
Requires-Dist: dask>=2025.7.0
Requires-Dist: numpy>=2.3.2
Requires-Dist: scipy>=1.16.1
Requires-Dist: xarray>=2025.7.1
Description-Content-Type: text/markdown

# lvm_tools

Lightweight wrapper of [LVM DRP](https://github.com/sdss/lvmdrp) data with an emphasis on modularity. Allows for lazy reading via [`dask`](https://www.dask.org), especially useful for fitting large models. Designed for use with spectrospatial models via [`spectracles`](https://github.com/TomHilder/spectracles) but probably useful for other things too.

Feel free to contact me personally if you have any questions at all.

## Installation

TODO

## Usage

TODO

## Citation

TODO

## Help

TODO

## TODO

- [ ] repr for FitData
- [ ] Logging/hashing
- [ ] Cache
- [ ] OptConfig
