Metadata-Version: 2.4
Name: spectrapy
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: numpy>=2.4.2
Requires-Dist: pandas>=3.0.1

# spectrapy

A Python package for spectral preprocessing and modelling.

## Installation

```bash
pip install spectrapy
```

## Features

- Spectral preprocessing (SNV, MSC, Savitzky-Golay, etc.)
- Chemometric modelling (PLS, PCR, etc.)
- Feature selection (VIP scores, etc.)
- Visualization tools

## Usage

(Examples coming soon)
