Metadata-Version: 2.1
Name: cmat2aset
Version: 0.1.0a4
Summary: correlation matrix to align set 
Home-page: https://github.com/ffreemt/cmat2aset
License: MIT
Author: ffreemt
Requires-Python: >=3.8.3,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
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: sklearn (>=0.0,<0.1)
Project-URL: Repository, https://github.com/ffreemt/cmat2aset
Description-Content-Type: text/markdown

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

cmat2aset descr

## Install it

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

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

```

