Metadata-Version: 2.1
Name: spectrend
Version: 0.0.1
Summary: A toolbox for determining the presence of trends using spectral analysis
Author-email: Charles Turner <charles.turner@anu.edu.au>
License: Apache Software License 2.0
Project-URL: homepage, https://github.com/charles-turner-1/spectrend
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.0
Requires-Dist: scipy>=1.14
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-sugar; extra == "test"
Requires-Dist: pytest-watcher; extra == "test"

# Spectrend: A toolbox for determining the presence of trends using spectral analysis


## Installation

`pip install spectrend`

## Usage

```python
import spectrend

...

# TBD
```

## Theory

See [theory.md](theory.md).

## Options

## Contributing

Feel free to contribute! With that in mind, this tool is intentionally simple.
