Metadata-Version: 2.1
Name: awspacha
Version: 0.1.4
Summary: Paquete para operaciones con Spark y S3
Home-page: https://github.com/edcondoric/awspacha.git
Author: Ed Condori
Author-email: edcondoricc@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

# AWS PACHA

Este paquete contiene funciones para:
- Leer tablas desde fuentes JDBC usando Spark.
- Limpiar carpetas en S3.
- Escribir DataFrames en S3 usando AWS Glue.

## Instalacion
```bash
pip install awspacha
