Metadata-Version: 2.1
Name: jds-tools
Version: 2.1.1
Summary: Librería de utilidades diseñada para proyectos de Data Science, Data Engineering y Python Development
Home-page: https://github.com/juandaherrera/jds_tools
Author: Juan David Herrera
Author-email: juandaherreparra@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: snowflake-sqlalchemy ==1.5.3
Requires-Dist: pandas ==2.0.0
Requires-Dist: jinja2 ==3.1.3
Requires-Dist: aiohttp ==3.9.5

# JD Science Tools
[![Python](https://img.shields.io/badge/Python-3.10+-5646ED?style=for-the-badge&logo=python&logoColor=white&labelColor=101010)](https://python.org)
![Tag](https://img.shields.io/github/v/tag/juandaherrera/jds_tools?style=for-the-badge&labelColor=101010)

## Descripción
Librería de utilidades diseñada para proyectos de Data Science, Data Engineering y Python Development. Proporciona herramientas y funciones útiles para facilitar el trabajo en estos campos. Este proyecto es de uso personal, pero está disponible para quienes deseen explorarlo o contribuir.

## Instalación
### PyPi
Para instalar JD Science Tools desde PyPI, ejecuta el siguiente comando en tu terminal:
```bash
pip install jds_tools
```
Para instalar una versión específica desde PyPI, ejecuta el siguiente comando:
```bash
pip install jds_tools==2.1.1
```
### GitHub
Para instalar JD Science Tools desde el repositorio de GitHub, ejecuta el siguiente comando en tu terminal:
```bash
pip install git+https://github.com/juandaherrera/jds_tools.git
```
Para instalar una versión específica, ejecuta el siguiente comando:
```bash
pip install git+https://github.com/juandaherrera/jds_tools.git@2.1.1
```
Asegúrate de tener pip instalado en tu sistema y de estar utilizando Python 3.10 o superior.

## Licencia
Este proyecto está licenciado bajo [MIT License](LICENSE).

## Contacto
Si tienes preguntas, sugerencias o simplemente quieres conectarte, no dudes en contactarme a través de:
| Red | Contacto |
| --- | -------- |
| Correo | juandaherreparra@gmail.com | 
| LinkedIn | [![Linkedin: Juan David Herrera](https://img.shields.io/badge/-JuanDavidHerrera-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/juan-david-herrera/)](https://www.linkedin.com/in/juan-david-herrera/) |
