Metadata-Version: 2.4
Name: principal_package
Version: 0.1.7
Summary: Librería en Python para clustering
Author: Sebastian Castro
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: full
Requires-Dist: numpy>=1.21; extra == "full"
Requires-Dist: pandas>=1.3; extra == "full"
Requires-Dist: scikit-learn>=1.0; extra == "full"
Requires-Dist: matplotlib; extra == "full"
Requires-Dist: seaborn; extra == "full"
Requires-Dist: plotly; extra == "full"
Requires-Dist: umap-learn; extra == "full"
Requires-Dist: tqdm; extra == "full"
Requires-Dist: joblib; extra == "full"
Requires-Dist: jinja2; extra == "full"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

Esta libreria tiene como objetivo agrupar de manera clara todas las funciones necesarias para la clusterizacion de transacciones.
