Metadata-Version: 2.1
Name: FastKmedoids
Version: 0.0.10
Summary: This is a package to implement a fast and powerful version of the Kmedoids clustering algorithm, which is built on the Generalised Gower distance, already available in the PyDistances package
Home-page: https://github.com/FabioScielzoOrtiz/FastKmedoids_Package
Author: Fabio Scielzo Ortiz
Author-email: fabioscielzo98@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: polars
Requires-Dist: numpy

PACKAGE UNDER CONSTRUCTION. 

Usage:

```python
pip install FastKmedoids --upgrade
```

```python
import FastKmedoids
from FastKmedoids import package_status
```

```python
package_status()
```
