Metadata-Version: 2.4
Name: doxiq_shared
Version: 0.1.0
Summary: Shared utilities for Doxiq projects
Author-email: Tech <tech@llamitai.com>
License: MIT
Requires-Python: <=3.13,>=3.10
Requires-Dist: boto3>=1.42.46
Requires-Dist: botocore>=1.42.46
Requires-Dist: pydantic>=2.12.5
Requires-Dist: structlog>=25.5.0
Description-Content-Type: text/markdown

# Doxiq Shared

Utilidades compartidas para proyectos Doxiq AI

## Instalación

```bash
make install
```

## Desarrollo

Lint y formato de código:

```bash
make lint
make format
```

Correr tests:

```bash
make test
```

Build del paquete:

```bash
make build
```

## Publicación

Publica `doxiq-shared` en PyPI:

```bash
make publish
```
