Metadata-Version: 2.4
Name: tabe
Version: 0.0.0
Summary: Trend and baseline estimator.
Project-URL: Documentation, https://github.com/wcxve/tabe#readme
Project-URL: Issues, https://github.com/wcxve/tabe/issues
Project-URL: Source, https://github.com/wcxve/tabe
Author-email: xuewc <wcxuemail@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: baseline,trend
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <=3.13,>=3.10
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: numpy>=1.24.1
Requires-Dist: scipy>=1.11.1
Provides-Extra: dev
Requires-Dist: pre-commit>=3.6.0; extra == 'dev'
Requires-Dist: ruff>=0.2.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: myst-nb; extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-codeautolink; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx-design; extra == 'docs'
Requires-Dist: sphinx>=7.4.0; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage[toml]>=7.8.0; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-xdist; extra == 'test'
Description-Content-Type: text/markdown

# TABE: Trend and Baseline Estimator

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tabe?color=blue&logo=Python&logoColor=white&style=for-the-badge)](https://pypi.org/project/tabe)
[![PyPI - Version](https://img.shields.io/pypi/v/tabe?color=blue&logo=PyPI&logoColor=white&style=for-the-badge)](https://pypi.org/project/tabe)
[![License: GPL v3](https://img.shields.io/github/license/wcxve/tabe?color=blue&logo=open-source-initiative&logoColor=white&style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)<br>
[![Coverage Status](https://img.shields.io/codecov/c/github/wcxve/tabe?logo=Codecov&logoColor=white&style=for-the-badge)](https://app.codecov.io/github/wcxve/tabe)
[![Documentation Status](https://img.shields.io/readthedocs/tabe?logo=Read-the-Docs&logoColor=white&style=for-the-badge)](https://tabe.readthedocs.io/en/latest/?badge=latest)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install tabe
```

## Documentation

Read the documentation [here](https://tabe.readthedocs.io).

## License

`tabe` is distributed under the terms of the [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0-standalone.html) license.
