Metadata-Version: 2.4
Name: aplicacion_ventas_irv
Version: 0.1.0
Summary: Paquete para gestionar ventas, precios, impuestos y descuentos
Home-page: https://github.com/tu_usuario/aplicacion_ventas
Author: Irving Rodríguez Vargas
Author-email: irvingr@hotmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# APLICACION DE VENTAS
Este paquete proporciona funcionalidades para gestionar
ventas, incluyendo el calculo de precios, impuestos
y descuentos.

## InstalaciÃ³n
Puedes Instalar el paquete usando:
```bash 
pip install .
"


"""
COMENTARIO DEL PROFESOR: USO UN LENGUAJE DE MARCADO
LLAMADO MARKDOWN
# TÃ­tulo principal
## SubtÃ­tulo
Texto en **negrita** y *cursiva*.

- Elemento de lista
- Otro elemento

[Enlace a un sitio](https://example.com)


"""
