Librería en español para estructurar prompts dinámicos con IA
Project description
Plant-IA
Plant-IA es una librería en español diseñada para ayudarte a estructurar prompts dinámicos de forma sencilla, elegante y reutilizable. Ideal para integraciones con modelos de lenguaje como ChatGPT, Claude o Llama.
¿Qué hace?
Te permite crear plantillas con variables e inyectarlas fácilmente:
from plant_ia import Plantilla
p = Plantilla("Hola {nombre}, ¿cómo estás hoy?")
print(p.rellenar(nombre="Luis"))
# Resultado: Hola Luis, ¿cómo estás hoy?")
Instalación
pip install plant-ia
¿Por qué Plant-IA?
- ✅ Sintaxis simple y en español
- ✅ Ligera, sin dependencias externas
- ✅ Pensada para escalar y extenderse
- ✅ Ideal para proyectos de inteligencia artificial, asistentes, bots o flujos automatizados
Estructura del Proyecto
plant_ia/
├── __init__.py # Lógica principal
tests/
└── test_plantilla.py # Pruebas unitarias
🤝 Contribuciones
¿Quieres aportar? ¡Abre un issue o haz un pull request!
Plant-IA está abierta a crecer junto a la comunidad hispana.
🧑💻 Autor
Desarrollado por Jesús Ibarra
📦 Publicado en PyPI: plant-ia
📝 Licencia
MIT © 2025 – Plant-IA
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plant_ia-0.1.1.tar.gz.
File metadata
- Download URL: plant_ia-0.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0c3e625557965a9621419101d16d965bffc1f14cec56012bccf11df823d9995
|
|
| MD5 |
2e2c8ab64cef4922c163492f377515f7
|
|
| BLAKE2b-256 |
355e91bb0f37a4baa93834f25723e0364ae3ee312db46329958a63365216b98a
|
File details
Details for the file plant_ia-0.1.1-py3-none-any.whl.
File metadata
- Download URL: plant_ia-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fc1df151d6e9a9076ce22fd230b6510e2d8e3b446f6d71d03ddfb15fd248ee0
|
|
| MD5 |
4379d7992b63bb77597c5fb341168e0c
|
|
| BLAKE2b-256 |
e1effc12a0ffa7fd39c4ddc8dce4035d991092e69c48b05b36e60c847e038ed4
|