Metadata-Version: 2.1
Name: gen-trace
Version: 0.1.0
Summary: Generate interpolate1d (trace) for a cmat
Home-page: https://github.com/ffreemt/gen-trace
License: MIT
Author: ffreemt
Requires-Python: >=3.8.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: icecream (>=2.1.1,<3.0.0)
Requires-Dist: install (>=1.3.5,<2.0.0)
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: matplotlib (>=3.6.2,<4.0.0)
Requires-Dist: nptyping (>=2.4.1,<3.0.0)
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Requires-Dist: scikit-learn (>=1.2.0,<2.0.0)
Requires-Dist: set-loglevel (>=0.1.2,<0.2.0)
Requires-Dist: typer (>=0.4.1,<0.5.0)
Project-URL: Repository, https://github.com/ffreemt/gen-trace
Description-Content-Type: text/markdown

# gen-trace
[![pytest](https://github.com/ffreemt/gen-trace/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/gen-trace/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/gen-trace.svg)](https://badge.fury.io/py/gen-trace)

Generate interpolate1d (trace) for a cmat

**For python 3.8 only** (contact the dev concerning other python versions)

## Install it

```shell
pip install gen-trace
# pip install git+https://github.com/ffreemt/gen-trace
# poetry add git+https://github.com/ffreemt/gen-trace
# git clone https://github.com/ffreemt/gen-trace && cd gen-trace
```

## Use it
```python
from gen_trace.cmat2aset import cmat2aset

```

