Metadata-Version: 2.1
Name: garter
Version: 0.0.1
Summary: 
License: MIT
Author: kosmolebryce
Author-email: k.lebryce@pm.me
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=2.2.2,<3.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: scipy (>=1.15.1,<2.0.0)
Description-Content-Type: text/markdown

# garter

[![PyPI - Version](https://img.shields.io/pypi/v/garter.svg)](https://pypi.org/project/garter)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/garter.svg)](https://pypi.org/project/garter)

-----

## Table of Contents

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

## Installation

```console
pip install garter
```

## License

`garter` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

