Metadata-Version: 2.4
Name: general_tamsat_alert
Version: 1.3.2
Author-email: John Ellis <12johnellis@gmail.com>
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: scipy
Provides-Extra: fastroc
Requires-Dist: fastroc; extra == "fastroc"

# General TAMSAT Alert 
## v1.2.1  DOI: 10.5281/zenodo.10955490

A library to perform analysis of time series data in the way used in TAMSAT Alert.

## Installation
### From PyPI
`pip install general-tamsat-alert`
### From source
```bash
git clone https://github.com/brightlego/general_tamsat_alert.git
cd general_tamsat_alert
python3 -m build
python3 -m pip install dist/*.whl
```
## Documentation
[Documentation is available here](https://github.com/brightlego/general_tamsat_alert/wiki)
