Metadata-Version: 2.1
Name: ggd-py-utils
Version: 1.0.0
Summary: A collection of utility functions for my projects.
Home-page: https://github.com/ggaldamesd/ggd-utils
Author: Gerardo Ignacio Galdames Díaz
Author-email: gerardogaldames@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: faiss-cpu==1.8.0
Requires-Dist: unidecode==1.3.8
Requires-Dist: colorama==0.4.6
Requires-Dist: chime==0.7.0
Requires-Dist: fasttext-wheel==0.9.2
Requires-Dist: plotly==5.22.0
Requires-Dist: nltk==3.8.1
Requires-Dist: tf_keras==2.18.0
Requires-Dist: torch==2.2.2
Requires-Dist: numpy==1.26.4
Requires-Dist: sentence-transformers==3.0.1

**Package Purpose**

The `ggd-py-utils` package is a collection of reusable utilities for Python projects. The package is designed to provide a set of useful tools for various tasks, including tracing, machine learning, and formatting.

**Dependencies**

The package requires the following dependencies:

* `faiss-cpu==1.8.0`
* `unidecode==1.3.8`
* `colorama==0.4.6`
* `chime==0.7.0`
* `fasttext-wheel==0.9.2`
* `plotly==5.22.0`
* `nltk==3.8.1`
* `tf_keras==2.18.0`
* `numpy==1.26.4`
* `torch==2.2.2`
* `sentence-transformers==3.0.1`

**Installation**

To install the package, run the following command:
```bash
pip uninstall ggd-py-utils -y; pip install ggd-py-utils --upgrade
```
**Updating**

To update the package, run the following command:
```bash
pip install --upgrade ggd-py-utils
```
**Uninstallation**

To uninstall the package, run the following command:
```bash
pip uninstall ggd-py-utils -y
```
