Metadata-Version: 2.1
Name: llm_content_filter
Version: 0.1.0
Summary: A simple content filter for LLMs
Home-page: https://github.com/tu_usuario/llm_content_filter
Author: Tu Nombre
Author-email: tu_email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# llm_content_filter

`llm_content_filter` es un paquete simple de Python que permite filtrar texto inapropiado para grandes modelos de lenguaje (LLMs). 

## InstalaciÃ³n

Puedes instalar el paquete usando `pip`:

```bash
pip install llm_content_filter
