Metadata-Version: 2.4
Name: etribe-bancoppel
Version: 0.1.0
Summary: Librería utilitaria para operaciones básicas - POC BanCoppel
Author-email: Arturo Gutierrez Rubio Rojas <agtzrubio@dagmalia.com>
License: MIT
Project-URL: Homepage, https://github.com/techoffice-beep/etribe-bancoppel-poc
Project-URL: Repository, https://github.com/techoffice-beep/etribe-bancoppel-poc
Keywords: bancoppel,etribe,utilities
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# etribe-coppel

[![Supply Chain Security](https://github.com/techoffice-beep/etribe-bancoppel-poc/actions/workflows/safety_scan.yml/badge.svg)](https://github.com/techoffice-beep/etribe-bancoppel-poc/actions/workflows/safety_scan.yml)
[![PyPI version](https://img.shields.io/pypi/v/etribe-coppel)](https://pypi.org/project/etribe-coppel/)
[![Python](https://img.shields.io/pypi/pyversions/etribe-coppel)](https://pypi.org/project/etribe-coppel/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![SLSA](https://img.shields.io/badge/SLSA-Level%201-blue)](https://slsa.dev)
[![SBOM](https://img.shields.io/badge/SBOM-SPDX%20Signed-green)](https://spdx.dev)

Librería utilitaria ligera para operaciones básicas — POC Coppel.

## Instalación

```bash
pip install etribe-coppel
```

## Uso rápido

```python
from etribe_coppel import hello, add, version

# Saludo personalizado
print(hello("Coppel"))  # → "Hola, Coppel!"

# Operaciones matemáticas básicas
print(add(2, 3))  # → 5

# Versión de la librería
print(version())  # → "0.1.0"
```

## Características

- Funciones utilitarias simples y bien documentadas
- Supply chain seguro (SBOM, SLSA provenance, firma OIDC)
- Publicación automatizada a PyPI via Trusted Publisher

## Licencia

MIT
