Metadata-Version: 2.1
Name: weni-datalake-sdk
Version: 0.0.9
Summary: Lib to connect python/django modules to redshift
License: MIT
Author: Lucas Linhares
Author-email: lucas.linhares@vtex.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: boto3 (>=1.28,<2.0)
Requires-Dist: grpcio (>=1.71.0,<2.0.0)
Requires-Dist: grpcio-health-checking (>=1.71.0,<2.0.0)
Requires-Dist: grpcio-tools (>=1.71.0,<2.0.0)
Requires-Dist: moto (>=4.1,<5.0)
Requires-Dist: pytest (>=7.4,<8.0)
Description-Content-Type: text/markdown

# 📌 Datalake SDK

The **Datalake SDK** is a Python library that simplifies sending data to the **Datalake Manager**, which stores it in **Redshift**.  
It encapsulates communication via **gRPC**, allowing applications to send data efficiently.

---

## 🚀 Installation

You can install the SDK directly from PyPI:

```sh
pip install datalake-sdk

