Metadata-Version: 2.4
Name: labterial-sim
Version: 1.2.1
Summary: Suite de simulación de ensayos mecánicos y gestión de materiales.
Author-email: Tu Nombre <tu@email.com>
License: MIT License
        
        Copyright (c) 2025 Tu Nombre
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software... (Standard MIT Text)
        
Project-URL: Homepage, https://github.com/amidamarulas/Labterial
Project-URL: Bug Tracker, https://github.com/amidamarulas/Labterial/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: streamlit>=1.20.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: plotly>=5.13.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: scipy>=1.10.0
Dynamic: license-file

# material_db_project

Software de base de datos de materiales interactiva con simulación de ensayos mecánicos.

## Estructura
- **src/**: Código fuente (GUI y Lógica).
- **data/**: Base de datos SQLite.
- **tests/**: Pruebas unitarias.
- **docs/**: Documentación Sphinx.

## Cómo ejecutar
1. Instalar dependencias: `pip install -r requirements.txt`
2. Ejecutar la app: `streamlit run src/app.py`
