Metadata-Version: 2.1
Name: peaklets
Version: 0.1.0
Summary: Decompose a 1D positive signal using only positive basis functions
Author-email: "Charles C. Kankelborg" <kankel@montana.edu>, "Roy T. Smart" <roytsmart@gmail.com>
Project-URL: Homepage, https://github.com/Kankelborg-Group/peaklets
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: doc

# peaklets
[![tests](https://github.com/Kankelborg-Group/peaklets/actions/workflows/tests.yml/badge.svg)](https://github.com/Kankelborg-Group/peaklets/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/Kankelborg-Group/peaklets/branch/main/graph/badge.svg?token=trmIiTT3iL)](https://codecov.io/gh/Kankelborg-Group/peaklets)
[![Documentation Status](https://readthedocs.org/projects/peaklets/badge/?version=latest)](https://peaklets.readthedocs.io/en/latest/?badge=latest)

Decompose a 1D positive signal using only positive basis functions.

## Installation

`peaklets` can be installed using `pip` in the usual manner
```bash
pip install peaklets
```
