Metadata-Version: 2.4
Name: proyectoCompi2026
Version: 0.1.0
Summary: Mi proyecto compiladores
Author-email: Mi Nombre <mi.email@example.com>
License: MIT
Keywords: proyecto,compiladores
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.8
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: flake8>=6.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Dynamic: license-file

# proyectoCompi2026

Un proyecto de compiladores en Python.

## Descripción

Este proyecto contiene funciones útiles para trabajar con compiladores.

## Instalación

```bash
pip install proyectoCompi2026
```

## Uso

```python
from proyectoCompi2026 import my_function, another_function

my_function()
another_function()
```

## Requisitos

- Python >= 3.8

## Desarrollo

Para instalar en modo desarrollo:

```bash
pip install -e ".[dev]"
```

## Licencia

MIT - Ver archivo LICENSE para más detalles.

## Autor

Mi Nombre
