Metadata-Version: 2.1
Name: cmat2aset310
Version: 0.1.0
Summary: correlation matrix to align set for python 3.10
Home-page: https://github.com/ffreemt/cmat2aset310
License: MIT
Author: ffreemt
Requires-Python: >=3.10,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: numpy (>=1.22.3,<2.0.0)
Requires-Dist: pandas (>=1.4.1,<2.0.0)
Requires-Dist: scikit-learn (>=1.2.0,<2.0.0)
Requires-Dist: set-loglevel (>=0.1.2,<0.2.0)
Project-URL: Repository, https://github.com/ffreemt/cmat2aset310
Description-Content-Type: text/markdown

# cmat2aset310
[![pytest](https://github.com/ffreemt/cmat2aset310/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/cmat2aset310/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.10&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/cmat2aset310.svg)](https://badge.fury.io/py/cmat2aset310)

Correlation matrix to aset (align-set) for python 3.10.

## Install it

```shell
pip install cmat2aset310

# or pip install git+https://github.com/ffreemt/cmat2aset310
# poetry add git+https://github.com/ffreemt/cmat2aset310
# git clone https://github.com/ffreemt/cmat2aset310 && cd cmat2aset310
```

## Use it
```python
from cmat2aset310 import cmat2aset

```

