Metadata-Version: 2.1
Name: documente_shared
Version: 0.1.58
Summary: Shared utilities for Documente AI projects
License: MIT
Author: Tech
Author-email: tech@llamitai.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: boto3 (>=1.34.80,<2.0.0)
Requires-Dist: botocore (>=1.34.80,<2.0.0)
Requires-Dist: sentry-sdk (>=2.19.2,<3.0.0)
Description-Content-Type: text/markdown


# Documente Shared

Utilidades para proyectos Documente AI

## Instalación

```bash
make build
```

## Publicación
Publica `documente-shared` en PyPi

```bash
make publish
```
