Metadata-Version: 2.4
Name: npls1-python
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Dist: maturin>=1.14.1
Requires-Dist: numpy>=1.16
Requires-Dist: pytest>=8.3.5
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: numpy ; extra == 'test'
Provides-Extra: test
Summary: Python bindings for the npls1 (N-PLS1) pure-Rust chemometrics library
Keywords: chemometrics,pls,npls,regression,rust
Author-email: Your Name <you@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# npls1-python

Python bindings for [`npls1`](https://crates.io/crates/npls1) — a pure-Rust
implementation of the N-PLS1 (N-way Partial Least Squares) regression algorithm.

## Install

```bash
pip install npls1-python
