Metadata-Version: 2.2
Name: onbbu
Version: 0.1.8
Summary: Onbbu 🛠️🐍 – Hexagonal Architecture for Python
Author-email: Javier Avila njavilas <njavilas2015@gmail.com>
License: MIT License
        
        Copyright (c) 2025 njavilas2015
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/njavilas2015/onbbu
Project-URL: Bug Tracker, https://github.com/njavilas2015/onbbu/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: starlette>=0.46.0
Requires-Dist: requests>=2.32.3
Requires-Dist: pydantic>=2.10.6
Requires-Dist: pytest>=8.3.4
Requires-Dist: asyncpg>=0.30.0
Requires-Dist: uvicorn>=0.34.0
Requires-Dist: aerich>=0.8.2
Requires-Dist: tortoise-orm>=0.24.1
Requires-Dist: rich>=13.9.4
Requires-Dist: aiosqlite
Requires-Dist: typing-extensions

# Onbbu 🛠️🐍 – Hexagonal Architecture for Python  

Onbbu es un **boilerplate ligero y escalable** para desarrollar aplicaciones en Python siguiendo la **arquitectura hexagonal**. Diseñado para facilitar la organización del código, mejorar la mantenibilidad y permitir una fácil integración con diferentes frameworks y bases de datos.  

## 🚀 Características  
✔️ Estructura modular basada en **puertos y adaptadores**  
✔️ Separación clara entre **dominio, aplicación e infraestructura**  
✔️ Soporte para **FastAPI, Flask o Django** (configurable)  
✔️ Integración sencilla con **PostgreSQL, MongoDB, SQLite**  
✔️ Diseñado para **microservicios y aplicaciones monolíticas escalables**  

## 📦 Instalación  
```bash
git clone https://github.com/tu-usuario/onbbu.git  
cd onbbu  
pip install -r requirements.txt  

pip install --index-url https://test.pypi.org/simple/ onbbu
```

## 📖 Documentación  
Consulta la [documentación oficial](#) para aprender cómo estructurar tu aplicación con onbbu.  

## 🤝 Contribuciones  
¡Las contribuciones son bienvenidas! Crea un **issue** o envía un **pull request** para mejorar el proyecto.  

📜 Licencia: MIT  
