Metadata-Version: 2.1
Name: fpp-sle
Version: 0.0.3
Summary: Implements FPP and SLE algorithms
License: GPL-3.0-or-later
Author: engeir
Author-email: eirroleng@gmail.com
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: numba (>=0.55.1,<0.56.0)
Requires-Dist: numpy (>=1.18,<1.22)
Requires-Dist: superposed-pulses (>=1.2,<2.0)
Description-Content-Type: text/markdown

# fpp-sle

[![codecov](https://codecov.io/gh/engeir/fpp-sle/branch/main/graph/badge.svg?token=8I5VE7LYA4)](https://codecov.io/gh/engeir/fpp-sle)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

> Implements FPP and SLE algorithms

## Usage

Currently only available in development mode. To install the full development version,
use:

```sh
git clone https://github.com/engeir/fpp-sle
cd fpp-sle
poetry install
pre-commit install
```

If you are only interested in using the project, you can install it into your virtual
environment with:

```sh
git clone https://github.com/engeir/fpp-sle
cd fpp-sle
poetry install --no-dev
```

