Metadata-Version: 2.4
Name: gaussfit-rs
Version: 1.2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: numpy>=2.0.0
Requires-Dist: gaussfit-rs[tests,docs] ; extra == 'dev'
Requires-Dist: sphinx>=8 ; extra == 'docs'
Requires-Dist: furo ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Requires-Dist: matplotlib>=3.11.0 ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-mpl>=0.19.0 ; extra == 'tests'
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
License-File: LICENSE
Summary: Rust backend for MUSE fast Gaussian fitting
Author-email: Nabil Freij <nabil.freij@gmail.com>
License-Expression: BSD-3-Clause
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://gaussfit-rs.readthedocs.io
Project-URL: Issues, https://github.com/LM-SAL/gaussfit-rs/issues
Project-URL: Source, https://github.com/LM-SAL/gaussfit-rs

# gaussfit-rs

Fast, parallel Gaussian fitting for spectroscopic data with a Rust core and a Python API.

```bash
pip install gaussfit-rs
```

- Documentation: https://gaussfit-rs.readthedocs.io
- Source and issues: https://github.com/LM-SAL/gaussfit-rs

