Metadata-Version: 2.4
Name: structmlib
Version: 0.1.1
Summary: A framework for structural engineering machine learning
Author-email: Carlos Couto <ccouto@ua.pt>
License: MIT License
        Copyright (c) 2025 Carlos Couto
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        ...
        
Keywords: structural engineering,machine learning,python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Dynamic: license-file

# StructMLib

**StructMLib** is a Python library for developing machine learning models in structural engineering.

## Installation
```bash
pip install structmlib
